From 6848278380f286a70787df16c5afbffcb27e6cd1 Mon Sep 17 00:00:00 2001 From: Christoph Loesch Date: Mon, 12 Apr 2021 02:42:24 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8fdbaf5..69d5292 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ To install the script, simply extract all the repository contents into a folder under your document root. No paths need to be configured. Only make sure that the location is reachable via HTTPS. If used with Apache2, this module is required: `a2enmod authnz_ldap` +Configure LDAP settings for your LDAP server in index.py: +``` +ldap_proto = 'ldap://' +ldap_server = 'localhost' +ldap_basedn = 'dc=ldap,dc=freiesnetz,dc=at' +ldap_userdn = 'ou=Users' +','+ ldap_basedn +``` ## Acknowledgements This is a majorly for ldap-support rewritten version of a script originally developed by Dirk Boye.