From 7d14f78c0edb4a291fcbc09e8de22ec89312bdea Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 16 Jun 2002 06:12:26 +0000 Subject: [PATCH] Fix invalid search filter --- doc/guide/admin/sasl.sdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/admin/sasl.sdf b/doc/guide/admin/sasl.sdf index 3a52fcdb63..c381056046 100644 --- a/doc/guide/admin/sasl.sdf +++ b/doc/guide/admin/sasl.sdf @@ -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 -- 2.39.5