Skip to content

Commit

Permalink
backport of commit a741e0d
Browse files Browse the repository at this point in the history
  • Loading branch information
remilapeyre committed May 20, 2022
1 parent 5505b59 commit 5b65f22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion changelog/15525.txt
@@ -1,3 +1,8 @@
```release-note:bug
auth/ldap: A bug during login has been fixed when `username_as_alias` is set.
auth/ldap: The logic for setting the entity alias when `username_as_alias` is set
has been fixed. The previous behavior would make a request to the LDAP server to
get `user_attr` before discarding it and using the username instead. This would
make it impossible for a user to connect if this attribute was missing or had
multiple values, even though it would not be used anyway. This has been fixed
and the username is now used without making superfluous LDAP searches.
```

0 comments on commit 5b65f22

Please sign in to comment.