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

LDAP Integration Support
Upgrading LDAP from HP CIFS Server A.01.* to A.02.*
Chapter 6156
$ /opt/ldapux/bin/ldapmodify -c -h hostA.cup.hp.com -D
“cn=Directory Manager” -w <password> -f /tmp/mod.ldif
Step 7. Change your ldap filter smb.conf parameter to ldap filter=
(uid=%u). Since (uid=%u) is the default, you might simply remove the
ldap filter entry.
Step 8. Change your passdb backend smb.conf parameter to passdb backend
= ldapsam:ldap://<fully qualified name of NDS Server> or
passdb backend = ldapsam:ldaps://<fully qualitied name of
NDS Server> for SSL enabled LDAP.