add acl's for kadmin user
This commit is contained in:
parent
fbffa25346
commit
6c917dc696
1 changed files with 7 additions and 0 deletions
|
@ -106,8 +106,15 @@ access to attrs=userPassword
|
|||
by self write
|
||||
by * compare
|
||||
|
||||
# allow kerberos to write password changes
|
||||
access to attrs=krbPrincipalKey,krbExtraData,krbLoginFailedCount,krbTicketFlags,krbPasswordExpiration,krbLastPwdChange
|
||||
by dn.exact="uid=krb5kadmin,cn={{ kerberos_realm }},ou=System,{{ ldap_basedn }}" write
|
||||
by dn.exact="uid=krb5kdc,cn={{ kerberos_realm }},ou=System,{{ ldap_basedn }}" read
|
||||
by * none
|
||||
|
||||
# allow kerberos to read own objects
|
||||
access to dn.sub=cn={{ kerberos_realm }},ou=System,{{ ldap_basedn }}
|
||||
by dn.exact="uid=krb5kadmin,cn={{ kerberos_realm }},ou=System,{{ ldap_basedn }}" read
|
||||
by dn.exact="uid=krb5kdc,cn={{ kerberos_realm }},ou=System,{{ ldap_basedn }}" read
|
||||
by * none
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue