From 449b0665983bf83f1be7293b1bcc5d261dfcda02 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Tue, 6 Sep 2016 15:27:32 -0400 Subject: PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925) --- mattermost.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mattermost.go') diff --git a/mattermost.go b/mattermost.go index be824e996..391c76096 100644 --- a/mattermost.go +++ b/mattermost.go @@ -1214,11 +1214,11 @@ func cmdRunLdapSync() { if flagCmdRunLdapSync { if ldapI := einterfaces.GetLdapInterface(); ldapI != nil { if err := ldapI.Syncronize(); err != nil { - fmt.Println("ERROR: Ldap Syncronization Failed") + fmt.Println("ERROR: AD/LDAP Syncronization Failed") l4g.Error("%v", err.Error()) flushLogAndExit(1) } else { - fmt.Println("SUCCESS: Ldap Syncronization Complete") + fmt.Println("SUCCESS: AD/LDAP Syncronization Complete") flushLogAndExit(0) } } -- cgit v1.2.3-1-g7c22