From 51909499509119de66281aee0db788ab489616e8 Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Thu, 11 Jul 2019 11:48:24 +0200 Subject: [PATCH] Docs: clarify the ttl units (#18039) --- docs/sources/auth/auth-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/auth/auth-proxy.md b/docs/sources/auth/auth-proxy.md index 1608d0fb17d..bde0d51d691 100644 --- a/docs/sources/auth/auth-proxy.md +++ b/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.