Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.0.0-M15
-
None
-
None
Description
To reproduce perform the below search
ldapsearch -H ldap://localhost:10389 -x -D "uid=admin,ou=system" -w secret -b "ou=schema" -s base "(objectClass=person)" "*"
Expected: should not return any entries.
Actual: returns ou=schema entry.