Article

coolguys's picture

Documenting eDirectory/LDAP Schema

Author Info

13 December 2006 - 12:00am
Submitted by: coolguys

article
Reads:

1641

Score:
2
2
1
 
Comments:

1

Problem

A Forum reader recently asked:

"Is there any software that will document the eDirectory/LDAP schema? I want to document how many class there are in my LDAP, what are the attributes attached to each class, their types, etc."

And here's the response from eDirectory expert Jim Henderson ...

Solution

Use this ICE command:

ICE -S LDAP -s yourserver.dns.name.here -p 636 -d cn=youradmin,o=yourorg
-w yourpassword -b cn=schema -c base -D LDIF -f schema.ldif

This will give you an LDIF file with all the schema information.


Author Info

13 December 2006 - 12:00am
Submitted by: coolguys




User Comments

Is there a way to modify that schema ldif for OpenLDAP?

Submitted by oldbadmin on 19 August 2009 - 5:57am.

Hi,

Is there a quick way to modify that schema ldif for OpenLDAP?

© 2009 Novell, Inc. All Rights Reserved.