From: Pierangelo Masarati Date: Mon, 3 Sep 2007 19:04:19 +0000 (+0000) Subject: fix authzTo regex example X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d3ac149fd5c053ab5bd675c6dc7b3e49b5ca40b1;p=openldap fix authzTo regex example --- diff --git a/doc/guide/admin/sasl.sdf b/doc/guide/admin/sasl.sdf index 5f30dc6bc2..97e100375b 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: 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