On Mon, Oct 02, 2000 at 04:08:47PM +0200, Leo wrote:
> If it is possible, what is the syntax to use to query the schema ?
ldapsearch -x -b "cn=subschema" -s base +
The "normal" way would be to query the "subschemaSubsentry" Attribute
of the RootDSE, this will give you the DN of the schema entry. For
OpenLDAP it's the one used above (cn=subschema)
Ralf