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.
1 parent fca054e commit dc5781bCopy full SHA for dc5781b
security/ldap.rst
@@ -275,9 +275,12 @@ extra_fields
275
276
**type**: ``array`` **default**: ``null``
277
278
-This is the custom fields to pull from the LDAP server. If the fields does not
279
-exists it will throw an \InvalidArgumentException.
+.. versionadded:: 4.4
280
+ The ``extra_fields`` option was introduced in Symfony 4.4.
281
+
282
+Defines the custom fields to pull from the LDAP server. If any field does not
283
+exist, an ``\InvalidArgumentException`` will be thrown.
284
285
filter
286
......
0 commit comments