From 5e5dd5569af0237310b5efbde7042d7fd79fb005 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 29 Apr 2009 03:27:12 +0000 Subject: [PATCH] ITS#6052 --- CHANGES | 2 ++ doc/guide/admin/sasl.sdf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5