HP CIFS Server 3.0b Administrator's Guide version A.02.01.01

NT Style Domains
Configure the HP CIFS Server as a PDC
Chapter 4 81
Configure the HP CIFS Server as a PDC
When configured to act as a Primary Domain Controller (PDC), the HP
CIFS Server should create machine accounts for Windows Clients
(member servers). To enable this feature, choose “Primary Domain
Controller” when executing samba_setup, then verify the following:
1. The smb.conf file is as shown if the HP CIFS Server acting as a
PDC does not use the LDAP backend:
[global]
workgroup = SAMBADOM #Samba Domain
security = user
domain logon = yes
domain master = yes
encrypt passwords = yes
[netlogon]
comment = The domain logon service
path = /var/opt/samba/netlogon
writeable = no
guest ok = no
[profiles]
comment = profiles Service
path= /etc/opt/samba/profiles
read only = no
create mode = 600
directory mode =770
2. The smb.conf file is as shown if the HP CIFS Server acting as a
PDC uses the LDAP backend to store UNIX and Samba account
databases:
[global]
workgroup = SAMBADOM #Samba Domain
security = user
domain logon = yes
domain master = yes
encrypt passwords = yes
passdb backend = ldapsam:ldap://ldapserver:389