mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
More attr= to attrs= fixes
This commit is contained in:
parent
1cb03ef4d4
commit
ce58d69810
2 changed files with 2 additions and 2 deletions
|
|
@ -1325,7 +1325,7 @@ the access directives and the {{EX:by <who>}} clauses. It also
|
|||
shows the use of an attribute selector to grant access to a specific
|
||||
attribute and various {{EX:<who>}} selectors.
|
||||
|
||||
> olcAccess: to dn.subtree="dc=example,dc=com" attr=homePhone
|
||||
> 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
|
||||
|
|
|
|||
|
|
@ -871,7 +871,7 @@ the access directives and the {{EX:by <who>}} clauses. It also
|
|||
shows the use of an attribute selector to grant access to a specific
|
||||
attribute and various {{EX:<who>}} selectors.
|
||||
|
||||
> access to dn.subtree="dc=example,dc=com" attr=homePhone
|
||||
> 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue