HP CIFS Server 3.0f Administrator's Guide verison A.02.03

passdb backend = ldapsam:ldap://ldapserver:389
When you configure the relative domain controller parameters, ensure that the
/var/opt/samba/netlogon subdirectory for the domain logon service exists.
HP CIFS does not implement a true SAM database and nor its replication. HP CIFS implementation of BDCs
is very much like a PDC with one important difference. A BDC is configured like a PDC except the smb.conf
parameter, domain master, must be set to no.
NOTE: security: Set this parameter to user to ensure that Windows users, client machine accounts,
and passwords are stored and managed in the smbpasswd file or LDAP backend.
domain master: Set this parameter to no in order for the HP CIFS Server to act as a BDC.
domain logon: Set this parameter to yes to provide netlogon services.
Encrypt passwords: You set this parameter to yes, the passwords used to authenticate users are
encrypted. You must set this parameter to yes when you configure HP CIFS Server to act as a BDC.
Promote a BDC to a PDC in a Samba Domain
If a PDC fails or needs to be taken out of services, simply set "domain master = yes" on a BDC. It will
then register the appropriate NetBIOS names and will assume the PDC role.
Domain Member Server
Configure the HP CIFS Server as a Member Server
When configuring HP CIFS Server to act as a domain member server, you need to configure the relative
domain parameters in the /etc/opt/samba/smb.conf file by using the SWAT tool or an editor. The
smb.conf file is shown as follows:
The smb.conf file is as shown if the HP CIFS Server acting as a member server does not use the LDAP
backend:
[global]
workgroup = NTDOM
security = domain
password server = DOMPDA
encrypt passwords = yes
netbios name = myserver
The smb.conf file is as shown if the HP CIFS Server acting as a member server uses the LDAP backend
to store UNIX and Samba account databases:
[global]
workgroup = NTDOM
security = domain
encrypt passwords = yes
passdb backend = ldapsam:ldap://ldapserver:389
netbios name = myserver
NOTE: workgroup: This parameter specifies the domain name of which the HP CIFS Server is a member.
security: When the HP CIFS Server joins a domain as a member, this parameter must be set to "domain".
password server: This parameter defines the NetBIOS name of the PDC machine which performs the
username authentication and validation.
encrypt passwords: If this parameter is set to yes, the passwords used to authenticate users are encrypted.
netbios: Set this parameter to the NetBIOS name by which a member server is known.
60 NT Style Domains