From de563bfaa478a9addf9f4b4e6caa29a2cb624d2c Mon Sep 17 00:00:00 2001 From: Peter Toft <48215001+peter-toft-greve@users.noreply.github.com> Date: Wed, 30 Dec 2020 11:09:17 +0100 Subject: [PATCH] Fix two ini-file typos regarding LDAP (#29843) --- conf/defaults.ini | 2 +- conf/sample.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 923e9957ccc..d15b193e91c 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -487,7 +487,7 @@ enabled = false config_file = /etc/grafana/ldap.toml allow_sign_up = true -# LDAP backround sync (Enterprise only) +# LDAP background sync (Enterprise only) # At 1 am every day sync_cron = "0 0 1 * * *" active_sync_enabled = true diff --git a/conf/sample.ini b/conf/sample.ini index 4f8ab4ccb14..b36e852b74e 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -476,7 +476,7 @@ ;config_file = /etc/grafana/ldap.toml ;allow_sign_up = true -# LDAP backround sync (Enterprise only) +# LDAP background sync (Enterprise only) # At 1 am every day ;sync_cron = "0 0 1 * * *" ;active_sync_enabled = true