Update README.md

This commit is contained in:
Christoph Loesch 2021-04-12 02:42:42 +02:00 committed by GitHub
parent 6848278380
commit 9754430012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,8 @@ their own ldap passwords via a web interface.
## Installation ## Installation
To install the script, simply extract all the repository contents into a folder 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 under your document root. No paths need to be configured. Only make sure that the
location is reachable via HTTPS. location is reachable via HTTPS. If used with Apache2, this module is required: `a2enmod authnz_ldap`
If used with Apache2, this module is required: `a2enmod authnz_ldap`
Configure LDAP settings for your LDAP server in index.py: Configure LDAP settings for your LDAP server in index.py:
``` ```
ldap_proto = 'ldap://' ldap_proto = 'ldap://'