Fix the invalid ACIs on initial creation
This is only executed on initial creation of the instance, the production one is using these fixed ACIs, this was only an issue with the setup The issue was the ACI was set at the wrong level
This commit is contained in:
parent
a3b95463fa
commit
3ca8ab45da
@ -1,6 +1,12 @@
|
|||||||
|
# kosmos.org
|
||||||
|
dn: dc=kosmos,dc=org
|
||||||
|
objectClass: top
|
||||||
|
objectClass: domain
|
||||||
|
dc: kosmos
|
||||||
|
aci: (target="ldap:///dc=kosmos,dc=org") (version 3.0; acl "user-deny-all"; deny (all) userdn="ldap:///dc=kosmos,dc=org";)
|
||||||
|
aci: (target="ldap:///dc=kosmos,dc=org")(targetattr="userPassword") (version 3.0; acl "user-write-own-password"; allow (write) userdn="ldap:///self";)
|
||||||
|
|
||||||
dn: ou=users,dc=kosmos,dc=org
|
dn: ou=users,dc=kosmos,dc=org
|
||||||
objectClass: top
|
objectClass: top
|
||||||
objectClass: organizationalUnit
|
objectClass: organizationalUnit
|
||||||
ou: users
|
ou: users
|
||||||
aci: (target="ldap:///dc=kosmos,dc=org") (version 3.0; acl "user-deny-all"; deny (all) userdn="ldap:///dc=kosmos,dc=org";)
|
|
||||||
aci: (target="ldap:///dc=kosmos,dc=org")(targetattr="userPassword") (version 3.0; acl "user-write-own-password"; allow (write) userdn="ldap:///self";)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user