HP CIFS Server 3.0a Administrator's Guide version A.02.01
Installing and Configuring the HP CIFS Server
Step 3: Modify the Configuration
Chapter 232
When using the CIFS Client, you may want to have all three of these
parameters turned off. If the map archive parameter is on, any time a
user writes to a file, the owner execute permission will be set. This is
usually not desired behavior for HP CIFS clients or UNIX clients in
general.
By default, map system and map hidden are off, and map archive is on.
To turn map archive off, modify /etc/opt/samba/smb.conf as follows:
map archive = no
Configuring Print Services for HP CIFS Version
A.02.01
This section provides information about configuring Print Services on
systems running HP CIFS version A.02.01. The HP CIFS Server now
provides the following NT printing functionality:
• Printer driver files may be downloaded to Windows NT, 2000 and XP
clients that do not have them
• Printer driver files may be uploaded using the Windows NT/XP/2000
Add Printer wizard
• Support for NT Access Control Lists (ACL) on printer objects
Information about setting up and configuring each of the Print Services
(except ACLs) is shown in the following sections. Information about
configuring ACL Support is discussed in a previous section.
Configuring a [printers] share
The following is a minimal printing setup. Use either one of the following
two procedures to create a [printers] share:
1. SWAT (Samba Administration Tool)
-or-
2. Create a [printers] share in the /etc/opt/samba/smb.conf file. Refer
to the following example:
[hpdeskjet]
path = /tmp
printable = yes
Where “hpdeskjet” is the name of the printer to be added.