mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
Additional fix for prev commit
This commit is contained in:
parent
d9e5a0dcbf
commit
79874c6b95
1 changed files with 2 additions and 2 deletions
|
|
@ -1384,7 +1384,7 @@ settings
|
|||
|
||||
when you read them back using slapcat or ldapsearch they will contain
|
||||
|
||||
> olcAccess: {0}to attr=member,entry
|
||||
> olcAccess: {0}to attrs=member,entry
|
||||
> by dnattr=member selfwrite
|
||||
> olcAccess: {1}to dn.children="dc=example,dc=com"
|
||||
> by * search
|
||||
|
|
@ -1423,7 +1423,7 @@ This example deletes whatever rule is in value #1 of the {{EX:olcAccess}}
|
|||
attribute (regardless of its value) and adds a new value that is
|
||||
explicitly inserted as value #1. The result will be
|
||||
|
||||
> olcAccess: {0}to attr=member,entry
|
||||
> olcAccess: {0}to attrs=member,entry
|
||||
> by dnattr=member selfwrite
|
||||
> olcAccess: {1}to dn.children="dc=example,dc=com"
|
||||
> by * write
|
||||
|
|
|
|||
Loading…
Reference in a new issue