Re: Schema object DN in OpenLdap

2015-09-24 Thread Jim Willeke
Try checking out: https://ldapwiki.com/wiki/LDAP%20Query%20For%20Schema
-jim

--
-jim
Jim Willeke

On Thu, Sep 24, 2015 at 5:32 AM, Syed Mudassir Ahmed 
wrote:

> In Windows active directory, the schema object is
> cn=schema,cn=configuration,dc=...
> In OpenLdap, what's the DN for so?
>
> Sent from my iPad


Re: Schema object DN in OpenLdap

2015-09-24 Thread Emmanuel Lécharny
Le 24/09/15 14:32, Syed Mudassir Ahmed a écrit :
> In Windows active directory, the schema object is 
> cn=schema,cn=configuration,dc=...
> In OpenLdap, what's the DN for so?
>
> Sent from my iPad
You just have to get the subschemaSubentry attribute in any entry, it
will tell you where the schema it depends on is stored.

This is explained in https://tools.ietf.org/html/rfc4512#section-4.4