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

(ITS#4230) access to attr=objectClass



Full_Name: 
Version: 2.2.26
OS: GNU/Linux (debian/unstable)
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (193.49.184.28)


Hi there,

When I use the acl below ldapsearch doesn't show all the objectClass anymore.
The displayed objects only have objectClass=top
access to attr=objectClass val.regex=".*"
       by * read

I was first trying to use an acl like this:
access to attr=objectClass val.regex="sambaSamAccount"
       by cn=test,dc=test,dc=test write
       by * read
when i discovered that.

Is this a bug ?
Or am i doing something wrong ?