>From 43b5fd09b605281d4de029cba199cbf465c90622 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 28 Sep 2012 11:46:56 +0200 Subject: [PATCH] Note that Range Retrieval is not supported when filter is used in the search base. https://fedorahosted.org/sssd/ticket/1471 --- src/man/include/ldap_search_bases.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/man/include/ldap_search_bases.xml b/src/man/include/ldap_search_bases.xml index 32f8dd414cbb7af493008b7e72e37d148f9fd8c1..ddabe2827eb5200a74d97b794c220b8460119fd7 100644 --- a/src/man/include/ldap_search_bases.xml +++ b/src/man/include/ldap_search_bases.xml @@ -23,4 +23,10 @@ search_base[?scope?[filter][?search_base?scope?[filter]]*] Default: the value of ldap_search_base - \ No newline at end of file + + Please note that specifying scope or filter is not supported for + searches against an Active Directory Server that might yield a + large number of results and trigger the Range Retrieval extension + in the response. + + -- 1.7.11.4