Przeglądaj źródła

docs: added config entry for ldap allow_sign_up option, #7972

Torkel Ödegaard 8 lat temu
rodzic
commit
98554e9fbe
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      docs/sources/installation/configuration.md

+ 5 - 0
docs/sources/installation/configuration.md

@@ -427,6 +427,11 @@ Set to `true` to enable LDAP integration (default: `false`)
 ### config_file
 Path to the LDAP specific configuration file (default: `/etc/grafana/ldap.toml`)
 
+### allow_sign_up
+
+Allow sign up should almost always be true (default) to allow new Grafana users to be created (if ldap authentication is ok). If set to
+false only pre-existing Grafana users will be able to login (if ldap authentication is ok).
+
 > For details on LDAP Configuration, go to the [LDAP Integration]({{< relref "ldap.md" >}}) page.
 
 <hr>