Przeglądaj źródła

- client_side_filtering description

Tomas Mandys 17 lat temu
rodzic
commit
492bf41e18
2 zmienionych plików z 12 dodań i 0 usunięć
  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
    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 LDAP server is correct attribute definition. The "equal"/"non-equal"
    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.
 		</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>
 		The necessary condition of successful filtering of particular
 		attribute at the LDAP server is correct attribute definition.