summaryrefslogtreecommitdiff
path: root/installation
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-10-11 15:41:08 -0400
committerMark Felder <feld@feld.me>2024-10-11 15:41:08 -0400
commitff039f953043d2c15f1eb44f794a77865ab5a775 (patch)
treea104b6726998a2558e02dc90eb7d077627767cef /installation
parent67cc38b5ac0cb009a38de3b182f34bbcb97467da (diff)
downloadpleroma-ff039f953043d2c15f1eb44f794a77865ab5a775.tar.gz
pleroma-ff039f953043d2c15f1eb44f794a77865ab5a775.zip
Add example OpenLDAP ldif to enable users to change their own passwords
Diffstat (limited to 'installation')
-rw-r--r--installation/openldap/pw_self_service.ldif7
1 files changed, 7 insertions, 0 deletions
diff --git a/installation/openldap/pw_self_service.ldif b/installation/openldap/pw_self_service.ldif
new file mode 100644
index 000000000..463dabbfb
--- /dev/null
+++ 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