diff options
author | Nalin Dahyabhai <nalin@dahyabhai.net> | 2008-06-21 13:19:52 -0400 |
---|---|---|
committer | Nalin Dahyabhai <nalin@dahyabhai.net> | 2008-06-21 13:19:52 -0400 |
commit | 3dbfa6aada578b4d087cd553ab80fbfd80e9df7b (patch) | |
tree | 7ce284a5ed090f5f9b891278c1b9c373ee7d4156 | |
parent | 99d2584160c6b774600f49cd6e7c1435b9c3ff2b (diff) | |
download | slapi-nis-3dbfa6aada578b4d087cd553ab80fbfd80e9df7b.tar.gz slapi-nis-3dbfa6aada578b4d087cd553ab80fbfd80e9df7b.tar.xz slapi-nis-3dbfa6aada578b4d087cd553ab80fbfd80e9df7b.zip |
- notes on the "nis-disallowed-chars" setting
-rw-r--r-- | doc/configuration.txt | 5 | ||||
-rw-r--r-- | doc/todo.txt | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/configuration.txt b/doc/configuration.txt index 97c2ce5..63c33fc 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -89,6 +89,10 @@ beneath the plugin's entry. These attributes are recognized: A format specifier which the plugin will use to convert the contents of the directory server entry into the corresponding value in the NIS map. + * nis-disallowed-chars + A list of characters which, if found in an attribute value, will + cause that attribute value to be ignored when evaluating keys and + values. The nis-filter, nis-key-format, and nis-value-format all have default settings which vary based on the name of the NIS map, but they can be @@ -103,5 +107,6 @@ overridden. An example map definition might look like this: nis-filter: (&(mail=*)(uid=*)) nis-key-format: %{uid} nis-value-format: %{uid}:%{mail} + nis-disallowed-chars: : nis-secure: no diff --git a/doc/todo.txt b/doc/todo.txt index 0b9bc41..fa46e67 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,2 +1 @@ -* Handle duplicate keys better during enumeration. * Speed up searches in the in-memory map more. |