summaryrefslogtreecommitdiffstats
path: root/model/ldap.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-06-28 15:10:50 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-06-28 15:10:50 -0400
commit8005911ff6922d896a4a34192a4b0b0d5ade002f (patch)
tree8caba62024a59969a7d6b98a9549779cd995a911 /model/ldap.go
parent22dcf00a3f802117306c3bb55db08e8c4aaacfb1 (diff)
downloadchat-8005911ff6922d896a4a34192a4b0b0d5ade002f.tar.gz
chat-8005911ff6922d896a4a34192a4b0b0d5ade002f.tar.bz2
chat-8005911ff6922d896a4a34192a4b0b0d5ade002f.zip
Syncronization interval now set on config save. (#3421)
Diffstat (limited to 'model/ldap.go')
-rw-r--r--model/ldap.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/ldap.go b/model/ldap.go
index 5fde06a6e..71b1d8a6b 100644
--- a/model/ldap.go
+++ b/model/ldap.go
@@ -5,4 +5,5 @@ package model
const (
USER_AUTH_SERVICE_LDAP = "ldap"
+ LDAP_SYNC_TASK_NAME = "LDAP Syncronization"
)