LDAP authentication module for Shinken WebUI 2, relying on the native Python ldap3 package.
Supported LDAP implementations:
- ActiveDirectory
- OpenLDAP
- 389 Directory Server (use the
openldap
mode)
This module can be installed from shinken.io:
shinken@myhost $ shinken install auth-ldap3
A commented configuration file is copied to /etc/shinken/modules/auth_ldap3.cfg
,
that must be edited according to your LDAP directory settings.
To enable this authentication module, add it to /etc/shinken/modules/webui2.cfg
:
define module { module_name webui2 ... modules ..., auth-ldap3, ... }