Article
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.
Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).
It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.
Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register


1