diff --git a/changelog/15525.txt b/changelog/15525.txt index a4b23820efb55..3e44c205b18ff 100644 --- a/changelog/15525.txt +++ b/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. ```