diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/openldap/templates/mandriva-dit-access.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openldap/templates/mandriva-dit-access.conf b/modules/openldap/templates/mandriva-dit-access.conf index aac4d32e..d6a8a49c 100644 --- a/modules/openldap/templates/mandriva-dit-access.conf +++ b/modules/openldap/templates/mandriva-dit-access.conf @@ -22,8 +22,8 @@ access to dn.subtree="<%= dc_suffix %>" # Allow account registration to write userPassword of unprivileged users accounts access to dn.subtree="ou=People,<%= dc_suffix %>" filter="(&(objectclass=inetOrgPerson)(!(objectclass=posixAccount)))" - attrs=userPassword,pwdReset - by group/groupOfNames/member.exact="cn=registrars,ou=system groups,<%= dc_suffix %>" +a + attrs=userPassword + by group/groupOfNames/member.exact="cn=registrars,ou=system groups,<%= dc_suffix %>" +w by * +0 break # shadowLastChange is here because it needs to be writable by the user because |