From 139508d3359679ba0f61001c552a2233d5af80e4 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 4 Sep 2007 02:42:11 +0000 Subject: [PATCH] fix authzTo regex example --- doc/guide/admin/sasl.sdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5