From: Quanah Gibson-Mount Date: Tue, 4 Sep 2007 02:42:11 +0000 (+0000) Subject: fix authzTo regex example X-Git-Tag: OPENLDAP_REL_ENG_2_4_5BETA~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=139508d3359679ba0f61001c552a2233d5af80e4;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