[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Obtain Schema files from a software client
At 06:08 PM 5/9/2005, Mac User wrote:
>I'd like to know if it is possible from an LDAP primitive to obtain
>the schema file in use on a server?
LDAP provides a general mechanism for obtaining schema elements,
see any good book about LDAP. (It's not specific to OpenLDAP
Software and hence better discussed on a general LDAP list.)
OpenLDAP 2.2 provides no mechanism for a client to obtain
the name of the schema file, clients should instead use the
general schema retrevial mechanism.
>By the way, is there majors differences in schema files from 2.1 to 2.2?
The format is the same. The content might differ. Use diff(1).
Kurt