Hi,
your printers section is ambiguous....
guest ok and public are two names for ONE flag,
so setting

public=yes

and afterwards

guest ok=no

makes your printers unacessible to evryone except authenticated users...

"man smb.conf"

is your friend in this situation... ;-)
Christoph


Tobias Großmann schrieb:
[....]

[printers]
   comment = All Printers
   browseable = no
   path = /var/spool/samba
   printable = yes
   public = yes
   guest ok = no
   writable = no
   create mode = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = yes
   write list = root, administrator


Thanks for your help...

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

Reply via email to