aboutsummaryrefslogtreecommitdiff
path: root/test/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler.go')
-rw-r--r--test/handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handler.go b/test/handler.go
index 43fad77..945b676 100644
--- a/test/handler.go
+++ b/test/handler.go
@@ -88,7 +88,7 @@ func Connect() (*ldap.Conn, error) {
if key, ok := os.LookupEnv("BOTTIN_DEFAULT_ADMIN_PW"); ok {
bindpassword = key
}
-
+ //l.Debug.Enable(true)
err = l.Bind(bindusername, bindpassword)
logging.Debug("Connection succesful")
return l, err