1
0
Fork 0
formula-grafana/grafana/files
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
..
dashboards Remove old dashboards 2016-12-07 12:30:28 +01:00
_grafana.conf Grafana theming, dashboards, datasources management with basic auth 2016-10-30 00:31:00 +02:00
grafana.grain Mine updates 2016-10-22 12:30:30 +02:00
grafana.ini Add support for LDAP authentication 2016-12-08 17:15:56 +01:00
ldap.toml Add support for LDAP authentication 2016-12-08 17:15:56 +01:00