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 6154
Upgrading LDAP from HP CIFS Server A.01.*
to A.02.*
When upgrading an existing HP CIFS Server version A.01.* LDAP
configuration to version A.02.*, make the following changes to your
smb.conf configuration file:
Set the passwd backend = ldapsam_compat://ldaps:< ldap
server name> , ldap ssl = yes and ldap port = 636 in smb.conf
to enable SSL
Optionally, removes the obsolete parameter, ldap enable .
Optionally, removes people and groups from base ldap suffix and
adds people to ldap user suffix and groups to ldap group
suffix. For example, ldap suffix =
“ou=People,dc=cup,dc=hp,dc=com” becomes ldap suffix =
“dc=cup,dc=hp,dc=com” and ldap user suffix = “ou=People”.
Optionally, removes the obsolete parameter, ldap enable .
To convert from A.01 style LDAP to A.02 style LDAP, including updating
LDIF files, use the following steps:
Step 1. Run the ftp commands to get the /opt/samba/LDAP/98samba.ldif file
from the HP CIFS Server and place it in the Netscape Directory Server:
For example, the following commands copy
/opt/samba/LDAP/98samba.ldif file from the HP CIFS Server to the
/var/opt/netscape/servers/sldapd-hostA.hp.com/config/schema
/98samba.ldif file in the Netscape Directory Server, hostA.hp.com:
cd /opt/samba/LDAP
ftp hostA.cup.hp.com
user root
rootpasswd
cd /var/opt/netscape/servers/sldapd-hostA.hp.com/config/schema
bin
put 98samba.ldif
quit
Step 2. Use the following ldapsearch command to search the schema in the
Netscape Directory Server with the sambaAccount subschema and save
the output to the LDIF file: