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 966e1e0 commit 0004575Copy full SHA for 0004575
components/ldap.rst
@@ -117,7 +117,7 @@ to the ``LDAP_SCOPE_BASE`` scope of :phpfunction:`ldap_read`) and ``SCOPE_ONE``
117
118
Use the ``filter`` option to only retrieve some specific attributes:
119
120
- $query = $ldap->query('dc=symfony,dc=com', '...', ['filter' => ['cn, mail']);
+ $query = $ldap->query('dc=symfony,dc=com', '...', ['filter' => ['cn', 'mail']);
121
122
Creating or Updating Entries
123
----------------------------
0 commit comments