Bug 28517 - Gruppe Printer-Admins hat keine Schreibrechte in /var/lib/samba/drivers
Gruppe Printer-Admins hat keine Schreibrechte in /var/lib/samba/drivers
Status: RESOLVED WONTFIX
Product: UCS
Classification: Unclassified
Component: Samba
UCS 2.4
Other Linux
: P5 normal (vote)
: UCS 3.2-x
Assigned To: Samba maintainers
:
Depends on:
Blocks: 41849
  Show dependency treegraph
 
Reported: 2012-09-14 12:58 CEST by Timo Denissen
Modified: 2016-07-25 14:14 CEST (History)
2 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 Timo Denissen univentionstaff 2012-09-14 12:58:05 CEST
In einer Kundenumgebung ist aufgefallen, dass Benutzer in der Gruppe Printer-Admins keine Schreibrechte auf /var/lib/samba/drivers haben um neue Druckertreiber bereitzustellen, wenn diese über den Treiber-Dialog in Windows ausgewählt werden.

$/var/lib/samba/drivers/W32X86# ls -l
insgesamt 8
drwxr-sr-x 2 Sambaprintermanager Printer-Admins 4096 13. Jul 14:08 3

Wenn der Gruppe Schreibrechte erteilt werden, lässt sich der Treiber problemlos installieren.
Comment 1 Arvid Requate univentionstaff 2012-09-24 12:41:12 CEST
Die Berechtigung müsste eigentlich im Joinscript gesetzt worden sein.
aus dev/branches/ucs-2.4/ucs/services/univention-samba/26univention-samba.inst:

for X in COLOR IA64 W32ALPHA W32MIPS W32PPC W32X86 WIN40 x64; do 
        mkdir -p $SAMBA_DRIVERS/$X;
        chgrp -R "Printer-Admins" $SAMBA_DRIVERS/$X
        chmod g+w $SAMBA_DRIVERS/$X
        chmod +s $SAMBA_DRIVERS/$X
done
Comment 2 Moritz Muehlenhoff univentionstaff 2013-05-31 10:44:56 CEST
We will not ship a UCS 3.1-2 release; the next UCS release will be UCS 3.2.

As such, this bug is moved to the new target milestone.
Comment 3 Stefan Gohmann univentionstaff 2016-04-25 07:52:18 CEST
This issue has been filed against UCS 2.4.

UCS 2.4 is out of maintenance and many UCS components have vastly changed in
later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug".
In this case please provide detailed information on how this issue is affecting
you.