From 094b515ef1763c9ef98524a1a9bd96efe78eaeba Mon Sep 17 00:00:00 2001 From: Christoph Loesch Date: Mon, 12 Apr 2021 03:07:37 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8aa5c51..533f887 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ ldap_userdn = 'ou=Users' +','+ ldap_basedn ldap_bind_attr = 'uid' ``` +Configure LDAP settings for your LDAP server in .htaccess: +``` +AuthLDAPBindDN UID=bind,OU=Users,DC=ldap,DC=freiesnetz,DC=at +AuthLDAPBindPassword ldapbindpassword +AuthLDAPURL ldap://localhost/OU=Users,DC=ldap,DC=freiesnetz,DC=at?uid +``` + ## Acknowledgements This is a majorly for ldap-support rewritten version of a script originally developed by Dirk Boye. See [dirkboye/mailpw_change](https://github.com/dirkboye/mailpw_change) at GitHub