Create the required groups and ACIs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# LDAPv3 [0/223]
|
||||
# kosmos.org
|
||||
dn: dc=kosmos,dc=org
|
||||
changetype: modify
|
||||
replace: aci
|
||||
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";)
|
||||
aci: (target="ldap:///dc=kosmos,dc=org")(targetattr="*") (version 3.0; acl "user-read-search-own-attributes"; allow (read,search) userdn="ldap:///self";)
|
||||
|
||||
Reference in New Issue
Block a user