[SSSD] [PATCH] Note that Range Retrieval is not supported when filter is used in the search base

Jakub Hrozek jhrozek at redhat.com
Sun Sep 30 22:30:10 UTC 2012


Suggestion on how to improve the wording are welcome.

https://fedorahosted.org/sssd/ticket/1471
-------------- next part --------------
>From 43b5fd09b605281d4de029cba199cbf465c90622 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
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
         <emphasis>ldap_search_base</emphasis>
     </para>
-</listitem>
\ No newline at end of file
+    <para>
+        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.
+    </para>
+</listitem>
-- 
1.7.11.4



More information about the sssd-devel mailing list