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

Re: get all possible attributes of one objectclass



Hi Pierangelo,

my knowledge about LDAP-enabled directory servers isn´t as good as it
should be for such am programming - but I will try to do my best !

Whats the search syntax for a particular objectclass ?

ldapsearch -b "cn=subschema" -s base objectclass=* 'objectclass=person'

?

greetings,
Marcel

Pierangelo Masarati wrote:
> 
> as an example of parsing code you may look at servers/slapd/schemaparse.c
> or try to write one according to RFC 2252
> 
> Pierangelo
>