
January 17th, 2010, 02:18 PM
|
|
Contributing User
|
|
Join Date: Jan 2009
Location: Charlotte, NC
Posts: 111
  
Time spent in forums: 22 h 18 m
Reputation Power: 8
|
|
|
Creating your own user defined schema elements is LDAP directory proprietary, so you will need to look up how to do it for the Directory that your using. For the Sun DS you add the user defined schema into the 99user.ldif file. For the netscape Directory you include your schema file at the end of the default schema file. These are just a few, so you will need to learn the process for your Directory. You should register your directory and use your registered DOID (directory object ID) to add to the schema. This will ensure that you do not break any interoperability with vendor software.
|