From f75e43710f5bf1239e7a42e4475b9e0e2b299965 Mon Sep 17 00:00:00 2001 From: Michael Hirschler Date: Mon, 11 Mar 2024 15:07:54 +0100 Subject: [PATCH] adds hint of return value --- security/ldap.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security/ldap.rst b/security/ldap.rst index e6bb8d6351b..7e33eb10fb7 100644 --- a/security/ldap.rst +++ b/security/ldap.rst @@ -197,6 +197,12 @@ use the ``ldap`` user provider. ; }; +.. versionadded:: 5.4 + + `LdapUser::getExtraFields()` always returns an array of values. Prior + `LdapUserProvider` threw and `InvalidArgumentException` on multiple + attributes. + .. caution:: The Security component escapes provided input data when the LDAP user