summaryrefslogtreecommitdiffstats
path: root/api4/ldap.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/ldap.go')
-rw-r--r--api4/ldap.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/api4/ldap.go b/api4/ldap.go
index 66735c526..b3416ffa1 100644
--- a/api4/ldap.go
+++ b/api4/ldap.go
@@ -6,14 +6,10 @@ package api4
import (
"net/http"
- l4g "github.com/alecthomas/log4go"
"github.com/mattermost/mattermost-server/model"
- "github.com/mattermost/mattermost-server/utils"
)
func (api *API) InitLdap() {
- l4g.Debug(utils.T("api.ldap.init.debug"))
-
api.BaseRoutes.LDAP.Handle("/sync", api.ApiSessionRequired(syncLdap)).Methods("POST")
api.BaseRoutes.LDAP.Handle("/test", api.ApiSessionRequired(testLdap)).Methods("POST")
}