Bug 37476 - Adjust samba option "spoolss: architecture" to "Windows x64" if appropriate.
Adjust samba option "spoolss: architecture" to "Windows x64" if appropriate.
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: Samba
UCS 4.0
Other Linux
: P5 normal (vote)
: UCS 4.0-0-errata
Assigned To: Arvid Requate
Stefan Gohmann
:
Depends on: 34068
Blocks:
  Show dependency treegraph
 
Reported: 2015-01-07 18:46 CET by Arvid Requate
Modified: 2015-01-29 11:39 CET (History)
6 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2015-01-07 18:46:08 CET
We should adjust this in univention-samba as well.

+++ This bug was initially created as a clone of Bug #34068 +++
Comment 1 Arvid Requate univentionstaff 2015-01-07 19:13:47 CET
I now adjusted the smb.conf UCR template to check the architecture of the local UCS server and set the parameter "spoolss: archicture" to "Windows x64" if it's found to be a 64 bit system. This value may be overridden manually via UCR samba/spoolss/architecture.

Advisory: 2015-01-07-univention-samba.yaml
Comment 2 Stefan Gohmann univentionstaff 2015-01-23 07:49:44 CET
YAML: OK

Tests: TODO

Code review: Failed:

debian/univention-samba.postinst
+               if dpkg --compare-versions "$2" lt 6.0.37-1 ; then
+                       univention-config-registry set samba/spoolss/architecture?"Windows NT x86"
+               fi

That should be 9.0.5-2 instead of 6.0.37-1.
Comment 3 Arvid Requate univentionstaff 2015-01-23 12:30:46 CET
Fixed.
Comment 4 Stefan Gohmann univentionstaff 2015-01-27 06:53:04 CET
Tests: OK

Code review: OK
Comment 5 Janek Walkenhorst univentionstaff 2015-01-29 11:39:06 CET
<http://errata.univention.de/ucs/4.0/61.html>