Factoring the model user and correcting password

This commit is contained in:
Chris Mann 2023-07-22 08:36:53 +02:00
parent 5a9a5b647c
commit 149078bc16

View file

@ -39,7 +39,7 @@ func get(user User, config *ConfigFile, ldapConn *ldap.Conn) (*User, error) {
false, false,
"", "",
[]string{ []string{
"*", "(objectClass=inetOrgPerson)",
}, },
nil, nil,
) )