where can I find the list of built-in objectClasses and attributes the OpenLDAP server ships with?

link|improve this question

50% accept rate
feedback

1 Answer

I'm sure there's a set of core schema shipped as part of the source tarball, but its been a while since I needed to build it from source. On an RPM-based package system I usually see them in /etc/openldap/schema or /etc/ldap/schema.

Whether a particular schema file is active or not is governed by the slapd configuration.

link|improve this answer
aren't there any hard coded attributes/objects in the OpenLDAP itself? – Itay Moav Mar 31 '10 at 17:00
Oh, you mean the operational attributes? I'm not aware of any authoritative list of them, only that you can query existing LDAP entries for the operational attributes currently set. This might be more enlightening: zytrax.com/books/ldap/ch3/#operational – Seth Hollyman Mar 31 '10 at 18:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.