summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2015-05-13 16:43:29 -0400
committerNalin Dahyabhai <nalin@redhat.com>2015-11-03 09:51:30 -0500
commit2c29d2d971e2cbd84259e443cc7b2358d452bd30 (patch)
tree5295dd8eaa0a394aaccdc2eef4b9c81dbde3a85d
parent9666cede23d150326b65c7fb6c7f760fe515b7e4 (diff)
downloadslapi-nis-2c29d2d971e2cbd84259e443cc7b2358d452bd30.tar.gz
slapi-nis-2c29d2d971e2cbd84259e443cc7b2358d452bd30.tar.xz
slapi-nis-2c29d2d971e2cbd84259e443cc7b2358d452bd30.zip
Mention indexing when describing filter options
When describing the NIS and compat filtering options, remind the reader that indexing the involved attributes helps.
-rw-r--r--doc/nis-configuration.txt4
-rw-r--r--doc/sch-configuration.txt4
2 files changed, 6 insertions, 2 deletions
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.