correct bugs on web interface

This commit is contained in:
Xavier Henner
2019-07-15 17:14:40 +02:00
parent 657f92a3df
commit 53131a7a3b
3 changed files with 8 additions and 9 deletions

View File

@@ -214,8 +214,6 @@ func (conf *ldapConfig) Auth(logins []string, pass string) (e error, userOk, pas
if len(ret) > 2 {
attributes = append(attributes, ret[2:]...)
}
log.Println(attributes)
log.Printf("User %s has a valid account on %s", logins[0], s)
userdn := sr.Entries[0].DN