Skip to content
Snippets Groups Projects
Verified Commit 87204c93 authored by sistason's avatar sistason
Browse files

changed LDAP unittest ACLs

userPassword "=xw" should work to set/execute, like in the docs
all tests changing users fail with that. "write" works. whatever...
parent e9c95e29
No related branches found
No related tags found
No related merge requests found
Pipeline #6544 passed
...@@ -35,9 +35,9 @@ all: ...@@ -35,9 +35,9 @@ all:
acls: acls:
- >- - >-
{0}to attrs=userPassword {0}to attrs=userPassword
by dn="cn=uffd,ou=system,dc=example,dc=com" =xw by dn="cn=uffd,ou=system,dc=example,dc=com" write
by group="cn=uffd_admin,ou=groups,dc=example,dc=com" =xw by group="cn=uffd_admin,ou=groups,dc=example,dc=com" write
by self =xw by self write
by anonymous auth by anonymous auth
- >- - >-
{1}to attrs=shadowLastChange {1}to attrs=shadowLastChange
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment