Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ee67f1

Browse filesBrowse files
committed
Merge branch '4.4' into 5.2
* 4.4: Backport #15453 fix
2 parents 8d86c4f + 0004575 commit 6ee67f1
Copy full SHA for 6ee67f1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/ldap.rst

Copy file name to clipboardExpand all lines: components/ldap.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ to the ``LDAP_SCOPE_BASE`` scope of :phpfunction:`ldap_read`) and ``SCOPE_ONE``
117117

118118
Use the ``filter`` option to only retrieve some specific attributes:
119119

120-
$query = $ldap->query('dc=symfony,dc=com', '...', ['filter' => ['cn, mail']);
120+
$query = $ldap->query('dc=symfony,dc=com', '...', ['filter' => ['cn', 'mail']);
121121

122122
Creating or Updating Entries
123123
----------------------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.