Add example OpenLDAP ldif to enable users to change their own passwords

This commit is contained in:
Mark Felder 2024-10-11 15:41:08 -04:00
parent 67cc38b5ac
commit ff039f9530

View file

@ -0,0 +1,7 @@
dn: olcDatabase={1}mdb,cn=config
changetype: modify
add: olcAccess
olcAccess: {1}to attrs=userPassword
by self write
by anonymous auth
by * none