You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This resulted in the following error for every user, even though each of them has a defined givenName attribute.
Validator failed:
The firstname field is required.
If I change it to:
'result.first.name' => "givenname",
then everyone seems to import correctly with the givenName (capital N) attribute in LDAP. It seems maybe like ldap attribute names are being lower()ed at some point that may not be appropriate. I don't really mind just using the lowercase name in the config, but it seems like non-obvious behavior that will probably trip people up.
The text was updated successfully, but these errors were encountered:
When importing users with LDAP, I configured the LDAP attributes like so:
This resulted in the following error for every user, even though each of them has a defined givenName attribute.
If I change it to:
then everyone seems to import correctly with the givenName (capital N) attribute in LDAP. It seems maybe like ldap attribute names are being lower()ed at some point that may not be appropriate. I don't really mind just using the lowercase name in the config, but it seems like non-obvious behavior that will probably trip people up.
The text was updated successfully, but these errors were encountered: