mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-08-31 02:23:31 +08:00
Remote-Name header returns capitalized uid instead of LDAP cn — cn attribute never fetched (#1072)
This commit is contained in:
@@ -32,5 +32,6 @@ type LocalUser struct {
|
||||
type UserSearch struct {
|
||||
Username string
|
||||
Email string // used for LDAP, we can't throw it to LDAPUser because it would need another cache or an LDAP lookup every time
|
||||
Name string // used for LDAP cn attribute
|
||||
Type UserSearchType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user