Wednesday, November 9, 2011

HiDE Printers in Win network


------
http://ubuntuforums.org/showthread.php?p=6339435

sudo gedit /etc/samba/smb.conf

wins support = no
[printers]
   comment = All Printers
   browseable = no
   path = /var/spool/samba
   printable = yes
   guest ok = no
   read only = yes
   create mask = 0700
   available = no
   public = no

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


============ printer restart
sudo /etc/init.d/ccpd restart

No comments:

Post a Comment