HP CIFS Server 3.0a Administrator's Guide version A.02.01
LDAP Integration Support
Extending Samba subschema into Your Directory Server
Chapter 8140
Step 3. Use the following ldapsearch command to verify that you have updated
the schema in the Netscape Directory Server with the sambaSamAccount
subschema:
$ /opt/ldapux/bin/ldapsearch -T -b “cn=schema” -s base \
“(objectclass=*)”|grep -i samb
You need to ensure that the output displays the sambaAccount
objectclass when you run the ldapsearch command. The output is
shown as follows:
objectClasses: ( 1.3.1.5.1.4.1.7165.2.2.3 NAME
’sambaSamAccount’ SUP top AUXILIARY MAY ( acctFlags $cn $
displayName $ domain $ homeDrive $ kickoffTime $ lmPassword
$ logofftime $ logonTime $ ntPassword $ primaryGroupID $
profilePath $ pwdCanChange $ pwdLastSet $ pwdMustChange $
rid $ scriptPath $ smbHome $ userWorkstations ) X-ORIGIN
’user defined’ )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.18 NAME ’domain’ DESC
’Windows NT domain Samba’ SYNTAX
1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN ’user
defined’ )