remove ldap auth from grafana
This commit is contained in:
parent
99a920306c
commit
1890173440
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
analytics.reporting_enabled = false;
|
analytics.reporting_enabled = false;
|
||||||
"auth.ldap".enabled = true;
|
# "auth.ldap".enabled = true;
|
||||||
"auth.ldap".config_file = toString ldap;
|
# "auth.ldap".config_file = toString ldap;
|
||||||
|
|
||||||
"auth.generic_oauth" = {
|
"auth.generic_oauth" = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue