Skip to content

virtualtam/shinken-mod-auth-ldap3

Repository files navigation

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

}

Releases

No releases published

Packages

No packages published

Languages