]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10377 adminguide: fix typos
authorHoward Chu <hyc@openldap.org>
Mon, 28 Jul 2025 14:13:12 +0000 (15:13 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 28 Jul 2025 14:13:12 +0000 (15:13 +0100)
Introduced same time as ITS#10376

doc/guide/admin/access-control.sdf

index 0ce20d97c680b4b8f5e1f66ecd84d75230cc723f..d69043885b89a839dee06db4d903da290ed34166 100644 (file)
@@ -1021,7 +1021,7 @@ Let's say, you have it like this:
 >                    ou=users
 >                        uid=<someuserid>
 >                        uid=<someotheruserid>
->                    ou=addressbooks
+>                    ou=addressbook
 >                        uid=<someuserid>
 >                            cn=<someone>
 >                            cn=<someoneelse>
@@ -1034,7 +1034,7 @@ and, for another domain <someotherdomain>:
 >                    ou=users
 >                        uid=<someuserid>
 >                        uid=<someotheruserid>
->                    ou=addressbooks
+>                    ou=addressbook
 >                        uid=<someotheruserid>
 >                            cn=<someone>
 >                            cn=<someoneelse>
@@ -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