Skip to content

Commit 4586d28

Browse files
committed
Minor reword
1 parent 16f1d78 commit 4586d28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/ldap.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ to the ``LDAP_SCOPE_BASE`` scope of :phpfunction:`ldap_read`) and ``SCOPE_ONE``
115115

116116
$query = $ldap->query('dc=symfony,dc=com', '...', ['scope' => QueryInterface::SCOPE_ONE]);
117117

118-
To retrieve only specific attributes you can specify which attributes you want returned using
119-
the ``filter`` option::
118+
Use the ``filter`` option to only retrieve some specific attributes:
120119

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

0 commit comments

Comments
 (0)