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

Re: cn=SubSchema



Mark Adamson wrote:
> 
> What is the state of the OpenLDAP cn=SubSchema search?

It simply works.

> % ldapsearch -h ldapserver -x -s base -b "cn=SubSchema" -LLL
> [..]
> I was expecting "objectclasses" and "attributetypes" lines telling about
> the server schema.

You have to explicitly ask for "objectclasses", "attributetypes" and
"syntaxes" (kind of a FAQ).

ldapsearch -h localhost:1389 -x -s base -b "cn=SubSchema"
"(objectclass=*)" attributetypes objectclasses

works for me...

Ciao, Michael.