From: Quanah Gibson-Mount Date: Wed, 29 Apr 2009 03:27:12 +0000 (+0000) Subject: ITS#6052 X-Git-Tag: OPENLDAP_REL_ENG_2_4_17~125 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e5dd5569af0237310b5efbde7042d7fd79fb005;p=openldap ITS#6052 --- diff --git a/CHANGES b/CHANGES index cb74f68f43..332fcaf07b 100644 --- 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) diff --git a/doc/guide/admin/sasl.sdf b/doc/guide/admin/sasl.sdf index 101f8363d4..cf74294db3 100644 --- a/doc/guide/admin/sasl.sdf +++ b/doc/guide/admin/sasl.sdf @@ -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