[Samba] Problem with printer drivers downloading

2007-05-25 Thread Karl Banasky

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 auto load the drivers.  i have everything setup the way 
multiple website say to set it up.  I have a user of the Domain Users 
group who has *SePrintOperatorPrivilege* for their 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.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Problem with printer drivers downloading

2007-05-25 Thread Karl Banasky

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-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Problem with printer drivers downloading

2007-05-04 Thread Marc Muehlfeld
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/



-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Problem with printer drivers downloading

2007-05-03 Thread Karl Banasky

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.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba