1
0
Fork 0
formula-grafana/grafana
Guillaume Thouvenin 377c14cca0 Add support for LDAP authentication
This patch adds support for LDAP authentication. It also adds support
to manage authorization. It is now possible to enable several kind of
authentication like LDAP and basic auth. So we introduce a new schema
for allowing it:

  auth:
    basic:
      enabled: true
    ldap:
      enabled: true
      [...]

instead of

  auth:
    engine: basic

The former declaration is still valid for basic, anonymous and proxy
authentication.
2016-12-08 17:15:56 +01:00
..
client Move the configuration into a separate state 2016-12-05 09:47:46 +01:00
files Add support for LDAP authentication 2016-12-08 17:15:56 +01:00
meta Add collectd support 2016-11-04 12:06:32 +01:00
collector.sls Merge pull request #14 from thouveng/use-get-with-enabled 2016-11-28 15:02:18 +01:00
init.sls Mine updates 2016-10-22 12:30:30 +02:00
map.jinja Add support for LDAP authentication 2016-12-08 17:15:56 +01:00
server.sls Add support for LDAP authentication 2016-12-08 17:15:56 +01:00