mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
The fix to ITS#4556 broke this test: modifying objectClass was forbidden
for anyone, and since LDAP additions now check for attribute write access, the addition now fails. Allowing objectClass write access for the user that performs the LDAP addtition fixes the problem. Approved by ando@
This commit is contained in:
parent
8317cdad12
commit
7f085e8b8b
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ rootpw secret
|
|||
|
||||
#access to attrs=objectclass dn.subtree="dc=example,dc=com"
|
||||
access to attrs=objectclass
|
||||
by dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" add
|
||||
by * =rsc stop
|
||||
|
||||
#access to filter="(objectclass=person)" attrs=userpassword dn.subtree="dc=example,dc=com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue