From: Howard Chu Date: Mon, 28 Jul 2025 14:13:12 +0000 (+0100) Subject: ITS#10377 adminguide: fix typos X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed2e55711b6f0cf4b3131ec0657274a078691844;p=thirdparty%2Fopenldap.git ITS#10377 adminguide: fix typos Introduced same time as ITS#10376 --- diff --git a/doc/guide/admin/access-control.sdf b/doc/guide/admin/access-control.sdf index 0ce20d97c6..d69043885b 100644 --- a/doc/guide/admin/access-control.sdf +++ b/doc/guide/admin/access-control.sdf @@ -1021,7 +1021,7 @@ Let's say, you have it like this: > ou=users > uid= > uid= -> ou=addressbooks +> ou=addressbook > uid= > cn= > cn= @@ -1034,7 +1034,7 @@ and, for another domain : > ou=users > uid= > uid= -> ou=addressbooks +> ou=addressbook > uid= > cn= > cn= @@ -1114,8 +1114,8 @@ to exclude {{dc=example,dc=com}} from the matching patterns, or to allow exactly one sublevel matches only. Always use {{^}} and {{$}} in regexes, whenever appropriate, because -{{ou=(.+),ou=(.+),ou=addressbooks,o=basedn}} will match -{{something=bla,ou=xxx,ou=yyy,ou=addressbooks,o=basedn,ou=addressbooks,o=basedn,dc=some,dc=org}} +{{ou=(.+),ou=(.+),ou=addressbook,o=basedn}} will match +{{something=bla,ou=xxx,ou=yyy,ou=addressbook,o=basedn,ou=addressbook,o=basedn,dc=some,dc=org}} Always use {{([^,]+)}} to indicate exactly one RDN, because {{(.+)}} can include any number of RDNs; e.g. {{ou=(.+),dc=example,dc=com}} will match