Samba 3.0.24, CentOS 4.4, x86_64. One Samba-only PDC, two BDC's and several Linux member servers using ldapsam. Works very well, except for the item of this message. If I grant SePrintOperatorPrivilege to a user on the PDC and BDC's, then "rpc rights list <user>" shows the proper entry: DOMAIN\username SePrintOperatorPrivilege If I do this on a member server, I get: hostname\username SePrintOperatorPrivilege listing the uppercase short hostname of the member server rather than the domain name (even if I grant the privilege using the domain name explicitly). This is preventing me from configuring the [printers] and [print$] shares on the member server, since it appears that the user does not have SePrintOperatorPrivilege. I can successfully configure [printers] and [print$] on the PDC or BDC's, and up/download drivers successfully. What have I done wrong? TIA, Steve
Hello everyone. I am having a problem with my printer drivers getting loaded by users. I setup as domain admin user and am the only one who can add a printer and have it autoload the drivers. i have everything setup the way multipule website say to set it up. I have a user of the Domain Users group who has *SePrintOperatorPrivilege* for thier user name. When they double click the printer to connect/ install it, I get a message that the drivers cannot be found. looking in the logs I see a permissions error but I cannot for the life of me see why I get that. I am setup as a PDC. [printers] comment = SMB Print Spool path = /var/spool/samba guest ok = Yes printable = Yes use client driver = no default devmode = Yes browseable = no public = yes writable = no [print$] comment = Printer Drivers path = /share/scripts/cups/drivers browseable = yes #Valid users = @Domain Users, @Domain Admins guest ok = yes read only = yes write list = karl, @Domain Admins Any ideas on what to do? Thanks.
Hi, Karl Banasky schrieb:> ... I get a message that the > drivers cannot be found. looking in the logs I see a permissions error > but I cannot for the life of me see why I get that. > > [print$] > comment = Printer Drivers > path = /share/scripts/cups/drivers > browseable = yes > #Valid users = @Domain Users, @Domain Admins > guest ok = yes > read only = yes > write list = karl, @Domain AdminsWhat are the permissions on /share/scripts/cups/drivers? The user must have the change to read this files. Maybe there are some permission problems with higher levels directories in your case, too. These are the permissions on my Printer Driver share: # ls -lad /shares/Printer/ drwxrwsr-x 4 root Print Operators 4096 2006-10-02 13:33 /shares/Printer/
Marc Muehlfeld wrote:> Hi, > > Karl Banasky schrieb: > >> ... I get a message that the >> drivers cannot be found. looking in the logs I see a permissions error >> but I cannot for the life of me see why I get that. >> >> [print$] >> comment = Printer Drivers >> path = /share/scripts/cups/drivers >> browseable = yes >> #Valid users = @Domain Users, @Domain Admins >> guest ok = yes >> read only = yes >> write list = karl, @Domain Admins >> > > What are the permissions on /share/scripts/cups/drivers? The user must > have the change to read this files. Maybe there are some permission > problems with higher levels directories in your case, too. > > These are the permissions on my Printer Driver share: > > # ls -lad /shares/Printer/ > drwxrwsr-x 4 root Print Operators 4096 2006-10-02 13:33 /shares/Printer/ > > > >I have it wide open, an 0777 on the chmod, all the way to the root directory. Also what is the "s" for in that drwx... was that just a miss type? Or do I not know what that signifies? Thanks. Karl-