We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6780781 + f2f380d commit c9cbf50Copy full SHA for c9cbf50
security/ldap.rst
@@ -197,6 +197,12 @@ use the ``ldap`` user provider.
197
;
198
};
199
200
+.. versionadded:: 5.4
201
+
202
+ The ``LdapUser::getExtraFields()`` method always returns an array of values.
203
+ In prior Symfony versions, ``LdapUserProvider`` threw an ``InvalidArgumentException``
204
+ on multiple attributes.
205
206
.. caution::
207
208
The Security component escapes provided input data when the LDAP user
0 commit comments