Skip to content

Commit 9a41156

Browse files
jrallerOskarStark
andauthored
Update components/ldap.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent d467a0f commit 9a41156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ldap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ to the ``LDAP_SCOPE_BASE`` scope of :phpfunction:`ldap_read`) and ``SCOPE_ONE``
116116
$query = $ldap->query('dc=symfony,dc=com', '...', ['scope' => QueryInterface::SCOPE_ONE]);
117117

118118
To retrieve only specific attributes you can specify which attributes you want returned using
119-
the ``filter`` option.
119+
the ``filter`` option::
120120

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

0 commit comments

Comments
 (0)