]> git.sur5r.net Git - openldap/commitdiff
fix authzTo regex example
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Sep 2007 02:42:11 +0000 (02:42 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Sep 2007 02:42:11 +0000 (02:42 +0000)
doc/guide/admin/sasl.sdf

index 5f30dc6bc26fedfb8a17d59878bd4a221536fa0e..97e100375b15cb55b7b7847ec9a379ad893ff038 100644 (file)
@@ -652,7 +652,7 @@ To help produce more sweeping rules for {{EX:authzFrom}} and
 be DNs with regular expression characters in them. This means a
 source rule like
 
->      authzTo: uid=[^,]*,dc=example,dc=com
+>      authzTo: dn.regex=^uid=[^,]*,dc=example,dc=com$
 
 would allow that authenticated user to authorize to any DN that
 matches the regular expression pattern given. This regular expression