mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
ITS#10377 adminguide: fix typos
Introduced same time as ITS#10376
This commit is contained in:
parent
9dc7fdeb0a
commit
ed2e55711b
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue