HP CIFS Server 3.0k Administrator's Guide version A.02.04

HP CIFS Acting as the Member Server
To ensure that there are always sufficient domain controllers to handle authentication and logon
requests, in general, configure BDCs rather than member servers unless there are fewer than
about 30 Windows clients per BDC.
You can join an HP CIFS Server to the Samba Domain.The Windows authentication requests are
managed by the PDC or BDCs using LDAP, smbpasswd or other backend. For detailed
information on how to join an HP CIFS Server to the Samba Domain, see “Domain Member
Serverin Chapter 4.
The member server smb.conf configuration differs from that of the PDC and BDC. You must
set the security parameter to domain. This forces the member server to authenticate via the
PDC or BDCs. You must set the password server parameter to the names of the PDC and
may also add the names of one or more BDCs. Set the domain master parameter to no to let
the PDC take control. As with the PDC and BDC, you set the passdb backend parameter to
the name of LDAP server to centralize POSIX and Windows account database management.
Using LDAP requires to install the HP LDAP-UX Integration software and configures the LDAP
client to consolidate POSIX and Windows users on the LDAP directory.
An example of the Samba Domain Model
Figure 9-5 shows an example of the Samba Domain Model which has HP CIFS Server machine
hostW and IP address 1.13.115.226 acting as a PDC and WINs server, HP CIFS Server machine
hostB and IP address 1.13.117.248 acting as a BDC, and Netscape Directory Server machine
hptem128.
Figure 9-5 An example of the Samba Domain Model
IP address
HP CIFS
NDS LDAP
Server
Windows
and UNIX
users
HP CIFS
PDC and
WINs Server
“hostW”
“1.13.115.226”
HP CIFS
BDC
“hostB”
IP address
“1.13.117.248”
Member
Server
“hostC”
IP address
“1.13.117.226”
“hptem128”
IP address
“1.13.114.99”
password backend:
ldapsam
smbpasswd
A Sample smb.conf File For a PDC
The following is a sample Samba configuration File, /etc/smb.conf, used for an HP CIFS Server
machine hostW acting as a PDC in the sample Samba Domain Model shown in Figure 9-5:
Samba Domain Model 137