turn off ldap debug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-04 16:20:53 +11:00
parent ad93b59769
commit 3d47ccd746

View File

@@ -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)