Debugging
This commit is contained in:
parent
2a0eeb1fd7
commit
aea77f19b0
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ func openNewUserLdap(config *ConfigFile) (*ldap.Conn, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("openNewUserLdap Bind : %v", err)
|
log.Printf("openNewUserLdap Bind : %v", err)
|
||||||
log.Printf("openNewUserLdap Bind : %v", config.NewUserDN)
|
log.Printf("openNewUserLdap Bind : %v", config.NewUserDN)
|
||||||
// log.Printf("openNewUserLdap Bind : %v", config.NewUserPassword)
|
log.Printf("openNewUserLdap Bind : %v", config.NewUserPassword)
|
||||||
// log.Printf("openNewUserLdap Bind : %v", config)
|
log.Printf("openNewUserLdap Bind : %v", config)
|
||||||
// data.Common.ErrorMessage = err.Error()
|
// data.Common.ErrorMessage = err.Error()
|
||||||
}
|
}
|
||||||
return l, err
|
return l, err
|
||||||
|
|
Loading…
Reference in a new issue