HP CIFS Server 3.0d Administrator's Guide version A.02.02 (Edition 5)

Installing and Configuring the HP CIFS Server
Step 3: Modify the Configuration
Chapter 228
5. Select the printer driver e.g. hp LaserJet 5i. You will be asked for the
driver files. Give the path where the driver files are located. The
driver files will be uploaded from the disk, and stored into the
subdirectories under the [print$] share.
Publishing Printers in an MS Windows 2000/2003 ADS
Domain
Publishing printers makes HP CIFS Server printers searchable in an
Microsoft Windows 2000/2003 ADS domain. If a Windows client is a
domain member of the ADS domain, that client can search for the printer
and install it.
Setting up HP CIFS Server for Publishing Printers Support
Use the following procedures to set up an HP CIFS Server for publishing
printers support:
Step 1. Create the printer shares for each printer and a [printers] share in the
smb.conf file. The following is an example of a [printers] share:
[printers]
path = /tmp
printable = yes
browseable = yes
See the following example for settng up a specific printer share, where
lj1005 is the name of the printer:
[lj1005]
path = /tmp
printable = yes
Step 2. Create a [print$] share in the smb.conf file and set the path parameter
to a directory named /etc/opt/samba/printers. See the following
example:
[print$]
path = /etc/opt/samba/printers
use client driver = no
browseable = yes
guest ok = yes
read only = yes
write list = netadmin