Authenticate users with the reverse-proxy method but populate user information from the LDAP directory.
- Frédéric Guillot
- License MIT
- Kanboard >= 1.0.29
- Kanboard configured to use LDAP
- Your web server must be configured as reverse-proxy
You have the choice between 3 methods:
- Install the plugin from the Kanboard plugin manager in one click
- Download the zip file and decompress everything under the directory
plugins/ReverseProxyLdap
- Clone this repository into the folder
plugins/ReverseProxyLdap
Note: Plugin folder is case-sensitive.
- You must have LDAP authentication configured in Kanboard
- Reverse-Proxy server configured correctly, the config parameter
REVERSE_PROXY_USER_HEADER
must be defined - You don't need to set the constant
LDAP_AUTH
- The constant
REVERSE_PROXY_AUTH
must not be set or set tofalse
- The LDAP authentication can be configured in anonymous or proxy mode