Skip to content
Snippets Groups Projects
Commit 7d14f78c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix invalid search filter

parent acb2efde
No related branches found
No related tags found
No related merge requests found
......@@ -501,7 +501,7 @@ and the authenticated user can become ANY DN returned by the search.
If an LDAP entry looked like:
> dn: cn=WebUpdate,dc=example,dc=com
> saslAuthzTo: ldap:///dc=example,dc=com??sub?objectclass=Person
> saslAuthzTo: ldap:///dc=example,dc=com??sub?(objectclass=Person)
then any user who authenticated as cn=WebUpdate,dc=example,dc=com
could authorize to any other LDAP entry under the search base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment