From 2c29d2d971e2cbd84259e443cc7b2358d452bd30 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 03 2015 14:51:30 +0000 Subject: Mention indexing when describing filter options When describing the NIS and compat filtering options, remind the reader that indexing the involved attributes helps. --- diff --git a/doc/nis-configuration.txt b/doc/nis-configuration.txt index 8f8df9f..4b87854 100644 --- a/doc/nis-configuration.txt +++ b/doc/nis-configuration.txt @@ -80,7 +80,9 @@ beneath the plugin's entry. These attributes are recognized: * nis-filter (optional) The filter which is used to select entries for conversion, given as an LDAP search filter. A default value, which varies based on the - name of the map, is used if none is specified. + name of the map, is used if none is specified. Attributes mentioned + in the filter should be indexed and defined with a proper syntax and + equality test in the directory server schema. * nis-key-format (required if nis-keys-format is not set) A format specifier which the plugin will use to convert the contents of the directory server entry into a key for the NIS map. If the diff --git a/doc/sch-configuration.txt b/doc/sch-configuration.txt index e07a4af..aa9ec41 100644 --- a/doc/sch-configuration.txt +++ b/doc/sch-configuration.txt @@ -32,7 +32,9 @@ beneath the plugin's entry. These attributes are recognized: found. * schema-compat-search-filter (required) A filter used to select which candidate entries should have new - entries created for them in this container. + entries created for them in this container. Attributes mentioned + in the filter should be indexed and defined with a proper syntax and + equality test in the directory server schema. * schema-compat-entry-rdn (required) The RDN to give to generated entries, which will be stored as children of this container.