]> git.sur5r.net Git - openldap/commit
Allow an object class to be provided in an attribute description list,
authorKurt Zeilenga <kurt@openldap.org>
Thu, 6 Dec 2001 01:02:11 +0000 (01:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 6 Dec 2001 01:02:11 +0000 (01:02 +0000)
commit3787c4c7d796f9344d01186d42674653fca71e75
tree8c276046dcc5f2dc1de770c711d1c6b419024058
parent2b925e21027a55c3d79d43d02930846a4958975d
Allow an object class to be provided in an attribute description list,
treated as a request for all required and allowed attributes of the class.
This allows:
ldapsearch (objectClass=*) inetOrgPerson
(requests return of all attributes of inetOrgPerson)
and
ldapsearch (objectClass=*) extensibleObject
(requests return of all attributes, e.g., "+" "*")
servers/slapd/ad.c
servers/slapd/root_dse.c
tests/scripts/test000-rootdse