G Pas
This commit is contained in:
parent
208e04e345
commit
ea5528933c
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ func openNewUserLdap(config *ConfigFile) (*ldap.Conn, error) {
|
|||
err = l.Bind(config.NewUserDN, config.NewUserPassword)
|
||||
if err != nil {
|
||||
log.Printf(fmt.Sprintf("openNewUserLdap 2 : %v %v", err, l))
|
||||
log.Printf(fmt.Sprintf("openNewUserLdap 2 : %v", config))
|
||||
// data.ErrorMessage = err.Error()
|
||||
}
|
||||
return l, err
|
||||
|
|
Loading…
Reference in a new issue