Guido Lorenzutti
2006-Aug-01 05:23 UTC
[Samba] Can cups + samba act like an ordinary windows spooler?
Hi people, Im currently using samba 3.0.14 on a debian stable with a cups. Im able to export my cups printers to samba and set the drivers, the cups drivers. The problem im facing is that when I go to the "printers" share thru a windows client, when I double click on a printer the printer just gets mapped, with no posibility to add any privilegies to the printer on the windows client, only in the server side. Is there anyway that the samba+cups acts like anyother windows printer server that lets the client set the security on the local machine? Here is my config, sorry for my english, i never study. -------------------smb.conf-------------- [global] #Network ID workgroup = JUSBAIRES netbios name = ALEM-CUPS server string #Logs debug level = 0 syslog = 0 log level = 0 log file = /var/log/samba/%m.log max log size = 5000 panic action = /usr/share/samba/panic-action %d #Network Support name resolve order = wins hosts lmhosts bcast socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 IPTOS_LOWDELAY SO_KEEPALIVE use sendfile = yes wins support = no wins proxy = no wins server = 10.1.0.1 enhanced browsing = yes dns proxy = yes time server = yes smb ports = 139 #Printer Options printcap name = cups printing = cups load printers = yes printer admin = printerman cups server = localhost #Security Options admin users = administrador printerman security = domain password server = 10.1.0.1 winbind use default domain = yes winbind trusted domains only = yes include = /etc/samba/printers.conf -----------end of smb.conf ------------ ----------printers.conf ------------- [printers] comment = All Printers path = /var/lib/samba/spool printable = yes browseable = no guest ok = yes read only = no writable = yes public = yes [print$] comment = Printer Drivers path = /var/lib/samba/drivers browseable = yes guest ok = yes read only = no writable = yes public = yes ---------end of printers.conf----------