HP CIFS Server 3.0d Administrator's Guide version A.02.02 (Edition 5)
LDAP Integration Support
Extending the Samba Subschema into Your Directory Server
Chapter 6 139
Step 2. Login to your Netscape Directory Server and restart the daemon, slapd.
This is to ensure that the sambaSamAccount subschema is recognized by
the LDAP directory.
$ /var/opt/netscape/servers/slapd-<server name>/restart-slapd
For example:
$ /var/opt/netscape/servers/slapd-hostA.hp.com/restart-slapd
Step 3. Use the following ldapsearch command to verify that you have updated
the schema in the Netscape Directory Server with the Samba
subschema:
$ /opt/ldapux/bin/ldapsearch -T -b “cn=schema” -s base \
“(objectclass=*)”|grep -i samb
You need to ensure that the output displays the following
sambaSamAccount objectclass when you run the ldapsearch command:
objectClasses: ( 1.3.6.1.4.1.7165.2.2.6 NAME
’sambaSamAccount’ DESC ’Samba 3.0 Auxilary SAM Account’
STRUCTURAL MUST ( uid $ sambaSID )