diff options
author | Lain Soykaf <lain@lain.com> | 2024-11-12 14:33:30 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-11-12 14:33:30 +0400 |
commit | 2baa9b007221a654dbfe2aad9353e5815f9d1ddb (patch) | |
tree | e7c655020bad9a6173a532d8aa76ff956b54f720 /installation/openldap | |
parent | 23e5eed4e0e61ea65bd895bee7d8a137fccf3307 (diff) | |
parent | 6099a94dbc26c9f86e340769af34c7b28725d831 (diff) | |
download | pleroma-2baa9b007221a654dbfe2aad9353e5815f9d1ddb.tar.gz pleroma-2baa9b007221a654dbfe2aad9353e5815f9d1ddb.zip |
Merge branch 'develop' into pleroma-token-view-scopes
Diffstat (limited to 'installation/openldap')
-rw-r--r-- | installation/openldap/pw_self_service.ldif | 7 |
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 |