Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.44 KB

README.rst

File metadata and controls

42 lines (29 loc) · 1.44 KB

shinken-mod-auth-ldap3

Travis build status GNU Affero General Public License v3.0

LDAP authentication module for Shinken WebUI 2, relying on the native Python ldap3 package.

Supported LDAP implementations:

Setup

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, ...

}