Browse Source

Docs: clarify the ttl units (#18039)

Mikhail f. Shiryaev 6 years ago
parent
commit
5190949950
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/auth/auth-proxy.md

+ 1 - 1
docs/sources/auth/auth-proxy.md

@@ -27,7 +27,7 @@ header_name = X-WEBAUTH-USER
 header_property = username
 # Set to `true` to enable auto sign up of users who do not exist in Grafana DB. Defaults to `true`.
 auto_sign_up = true
-# If combined with Grafana LDAP integration define sync interval
+# If combined with Grafana LDAP integration define sync interval in minutes
 ldap_sync_ttl = 60
 # Limit where auth proxy requests come from by configuring a list of IP addresses.
 # This can be used to prevent users spoofing the X-WEBAUTH-USER header.