This commit is contained in:
Chris Mann 2023-07-23 13:16:14 +02:00
parent ab02beb314
commit f59f40b6e6

View file

@ -96,6 +96,7 @@ func passwordFound(user User, config *ConfigFile, ldapConn *ldap.Conn) (bool, er
log.Printf("passwordFound %v", err)
log.Printf("passwordFound %v", user.DN)
log.Printf("passwordFound %v", user.UID)
log.Printf("passwordFound %v", user.Password)
return false, err
}
return true, nil