]> git.sur5r.net Git - openldap/commitdiff
ITS#6052
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 29 Apr 2009 03:27:12 +0000 (03:27 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 29 Apr 2009 03:27:12 +0000 (03:27 +0000)
CHANGES
doc/guide/admin/sasl.sdf

diff --git a/CHANGES b/CHANGES
index cb74f68f43fcb6ae2fd2df637ae655e4bd63be88..332fcaf07b77d1f75265c8d7fe50c7333d432a76 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,8 @@ OpenLDAP 2.4.17 Engineering
        Build Environment
                Added test056-monitor (ITS#5540)
                Added test057-memberof-refint (ITS#5395)
+       Documentation
+               admin24 fixed example regex (ITS#6052)
 
 OpenLDAP 2.4.16 Release (2009/04/05)
        Fixed libldap GnuTLS with x509v1 CA certs (ITS#5992)
index 101f8363d4051ccf9007bda6a8c2d60f5f1d0e09..cf74294db346827a2af25ed430c7127c2d3fca2f 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: dn.regex=^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