logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: ff039f953043d2c15f1eb44f794a77865ab5a775
parent 67cc38b5ac0cb009a38de3b182f34bbcb97467da
Author: Mark Felder <feld@feld.me>
Date:   Fri, 11 Oct 2024 15:41:08 -0400

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

Diffstat:

Ainstallation/openldap/pw_self_service.ldif7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/installation/openldap/pw_self_service.ldif b/installation/openldap/pw_self_service.ldif @@ -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