Factoring the model user and correcting password
This commit is contained in:
parent
5a9a5b647c
commit
149078bc16
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ func get(user User, config *ConfigFile, ldapConn *ldap.Conn) (*User, error) {
|
||||||
false,
|
false,
|
||||||
"",
|
"",
|
||||||
[]string{
|
[]string{
|
||||||
"*",
|
"(objectClass=inetOrgPerson)",
|
||||||
},
|
},
|
||||||
nil,
|
nil,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue