[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: [ldap] RE: dumping an extended schema



"Kurt D. Zeilenga" wrote on ldap@umich.edu:
> 
> Fetch the subschema DN for 'cn=x,dc=example,dc=com':
> 
> ldapsearch -b 'cn=x,dc=example,dc=com' -s 'base' \
>         '(objectclass=*)' subschemasubentry
> 
> If subschema is available, it should return a DN.
> [..]
> A couple of notes:  subschemasubentry is an LDAPv3 feature.
> The server may require you to do bind 
> In additional, the subschemasubentry may be under access
> restrictions.

Is there a way to bind with the OpenLDAP 1.2.x tools indicating
version 3?

Ciao, Michael.