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 6138
New attributes and Objectclass
The following is a list of new attributes and objectclass:
sambaAccountPolicyName attribute
sambaAccountPolicyValue attribute
sambaAccountPolicy objectclass
The above new attributes and objectcalss are currently not used in HP
CIFS Server A.02.02.
NOTE The updated Samba subschema is compatible with the subschema
available in HP CIFS A.02.01.*. If you have used the Samba subschema
for versions A.02.01.* in your directory server, you can continue to use it
after you upgrade to HP CIFS Server A.02.02.
Procedures to Extend the Samba Subschema into
Your Directory
Use the following steps to extend the Samba subschema
/opt/samba/LDAP3/98samba3.ldif in HP CIFS Server A.02.* into the
Netscape Directory Server:
Step 1. Run the ftp commands to get the /opt/samba/LDAP3/98samba3.ldif
file from the HP CIFS Server and place it in the Netscape Directory
Server:
For example, the following commands copy
/opt/samba/LDAP3/98samba3.ldif file from the HP CIFS Server to the
/var/opt/netscape/servers/sldapd-hostA.hp.com/config/schema
/98samba3.ldif file in the Netscape Directory Server, hostA.hp.com:
cd /opt/samba/LDAP3
ftp hostA.org.hp.com
user root
rootpasswd
cd /var/opt/netscape/servers/sldapd-hostA.hp.com/config/schema
bin
put 98samba3.ldif
quit