HP CIFS Server 3.0k Administrator's Guide version A.02.04
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.
Domain Member Server 65