mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS7282 Fix peername.regex example
This commit is contained in:
parent
22bf5188a9
commit
d356c16de2
1 changed files with 2 additions and 2 deletions
|
|
@ -327,7 +327,7 @@ attribute and various {{EX:<who>}} selectors.
|
|||
> access to dn.subtree="dc=example,dc=com" attrs=homePhone
|
||||
> by self write
|
||||
> by dn.children="dc=example,dc=com" search
|
||||
> by peername.regex=IP:10\..+ read
|
||||
> by peername.regex=IP=10\..+ read
|
||||
> access to dn.subtree="dc=example,dc=com"
|
||||
> by self write
|
||||
> by dn.children="dc=example,dc=com" search
|
||||
|
|
@ -665,7 +665,7 @@ attribute and various {{EX:<who>}} selectors.
|
|||
> olcAccess: to dn.subtree="dc=example,dc=com" attrs=homePhone
|
||||
> by self write
|
||||
> by dn.children=dc=example,dc=com" search
|
||||
> by peername.regex=IP:10\..+ read
|
||||
> by peername.regex=IP=10\..+ read
|
||||
> olcAccess: to dn.subtree="dc=example,dc=com"
|
||||
> by self write
|
||||
> by dn.children="dc=example,dc=com" search
|
||||
|
|
|
|||
Loading…
Reference in a new issue