Explorar o código

- client_side_filtering description

Tomas Mandys %!s(int64=17) %!d(string=hai) anos
pai
achega
492bf41e18
Modificáronse 2 ficheiros con 12 adicións e 0 borrados
  1. 5 0
      modules_s/ldap/README
  2. 7 0
      modules_s/ldap/doc/ldap.xml

+ 5 - 0
modules_s/ldap/README

@@ -50,6 +50,11 @@ Jan Janak
    i.e.  the  LDAP server returns larger result set because the filtering
    i.e.  the  LDAP server returns larger result set because the filtering
    condition is not passed there.
    condition is not passed there.
 
 
+   The syntax of client_side_filtering value is comma delimited of field names
+   which won't be used for server-side filter if such a field appears in a
+   match condition. Instead records will be filtered out in module. It implies
+   such fields MUST exist in result field list.
+
    The necessary condition of successful filtering of particular attribute at
    The necessary condition of successful filtering of particular attribute at
    the LDAP server is correct attribute definition. The "equal"/"non-equal"
    the LDAP server is correct attribute definition. The "equal"/"non-equal"
    operator requires equality matching rule, the "greater"/"less" operator
    operator requires equality matching rule, the "greater"/"less" operator

+ 7 - 0
modules_s/ldap/doc/ldap.xml

@@ -66,6 +66,13 @@
 		larger result set because the filtering condition is not passed there.
 		larger result set because the filtering condition is not passed there.
 		</para>
 		</para>
 
 
+		<para>
+		The syntax of <emphasis>client_side_filtering</emphasis> value is comma delimited
+		of field names which won't be used for server-side filter if such a field appears in a match
+		condition. Instead records will 
+		be filtered out in module. It implies such fields MUST exist in result field list.
+		</para>
+		
 		<para>
 		<para>
 		The necessary condition of successful filtering of particular
 		The necessary condition of successful filtering of particular
 		attribute at the LDAP server is correct attribute definition.
 		attribute at the LDAP server is correct attribute definition.