diff --git a/models/ldap.go b/models/ldap.go index c562e82..85b67a8 100644 --- a/models/ldap.go +++ b/models/ldap.go @@ -123,7 +123,7 @@ func VerifyLdapCreds(username string, password string) bool { defer ldaps.Close() - ldaps.Debug = true + //ldaps.Debug = true // try to bind to AD log.Printf("Attempting LDAP bind with user '%s' and password '%s'\n", username, password)