Added allow_sign_up setting to auth.ldap to be able to disable automatic user creation for LDAP logins (#6191)

This commit is contained in:
Eric Perrino
2016-10-07 01:49:58 -05:00
committed by Torkel Ödegaard
parent 7e6595acaf
commit d3b0905899
4 changed files with 10 additions and 3 deletions

View File

@@ -252,6 +252,7 @@
[auth.ldap]
;enabled = false
;config_file = /etc/grafana/ldap.toml
;allow_sign_up = true
#################################### SMTP / Emailing ##########################
[smtp]