diff --git a/reference/ldap/functions/ldap-sort.xml b/reference/ldap/functions/ldap-sort.xml index ed7fec92b4..29f001750c 100644 --- a/reference/ldap/functions/ldap-sort.xml +++ b/reference/ldap/functions/ldap-sort.xml @@ -3,7 +3,7 @@ ldap_sort - Sort LDAP result entries + Sort LDAP result entries on the client side @@ -18,6 +18,12 @@ Sort the result of a LDAP search, returned by ldap_search. + + As this function sorts the returned values on the client side it is possible that + you might not get the expected results in case you reach the sizelimit either of the server or + defined within ldap_search. + + &warn.deprecated.feature-7-0-0;