diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2009-06-17 16:40:49 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2009-06-17 16:40:49 -0400 |
| commit | 5245e4a23bb8fbd03d7f4c7fda9142accce244ca (patch) | |
| tree | 7c6e4eb81b99fde3adab5b0957190a7baa194b6b /doc | |
| parent | 85279ca2a378d6484ab83ad1ac3bc87a0cac8409 (diff) | |
- move some documentation files around
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/devel/index-memberof.ldif (renamed from doc/index-memberof.ldif) | 7 | ||||
| -rwxr-xr-x | doc/devel/migrate-nis.sh (renamed from doc/migrate-nis.sh) | 0 | ||||
| -rw-r--r-- | doc/devel/nis-compatibility.txt (renamed from doc/nis-compatibility.txt) | 0 | ||||
| -rw-r--r-- | doc/devel/nis-design.txt (renamed from doc/nis-design.txt) | 0 | ||||
| -rw-r--r-- | doc/devel/sch-design.txt (renamed from doc/sch-design.txt) | 0 | ||||
| -rw-r--r-- | doc/devel/todo.txt (renamed from doc/todo.txt) | 0 | ||||
| -rw-r--r-- | doc/examples/nis-plugin-example.ldif.in (renamed from doc/nis-plugin.ldif.in) | 0 | ||||
| -rw-r--r-- | doc/examples/sch-plugin-example.ldif.in (renamed from doc/sch-plugin.ldif.in) | 0 | ||||
| -rw-r--r-- | doc/ipa/nis-migration.txt (renamed from doc/nis-migration.txt) | 0 | ||||
| -rw-r--r-- | doc/ipa/sch-ipa.txt (renamed from doc/sch-ipa.txt) | 0 | ||||
| -rwxr-xr-x | doc/ypmaplist.py | 7 |
11 files changed, 7 insertions, 7 deletions
diff --git a/doc/index-memberof.ldif b/doc/devel/index-memberof.ldif index 30bbd77..b82f7fd 100644 --- a/doc/index-memberof.ldif +++ b/doc/devel/index-memberof.ldif @@ -1,3 +1,10 @@ +# +# Modify the default for a 389-based directory so that newly-created +# databases will index the 'memberOf' attribute by default. Older +# versions did not do so automatically, which causes a dramatic speed +# hit if you try to use these plugins, which frequently perform internal +# searches using memberOf in the filter. +# dn: cn=memberOf,cn=default indexes, cn=config,cn=ldbm database,cn=plugins,cn=config objectClass: top objectClass: nsIndex diff --git a/doc/migrate-nis.sh b/doc/devel/migrate-nis.sh index d8dcb63..d8dcb63 100755 --- a/doc/migrate-nis.sh +++ b/doc/devel/migrate-nis.sh diff --git a/doc/nis-compatibility.txt b/doc/devel/nis-compatibility.txt index c600450..c600450 100644 --- a/doc/nis-compatibility.txt +++ b/doc/devel/nis-compatibility.txt diff --git a/doc/nis-design.txt b/doc/devel/nis-design.txt index f98bf57..f98bf57 100644 --- a/doc/nis-design.txt +++ b/doc/devel/nis-design.txt diff --git a/doc/sch-design.txt b/doc/devel/sch-design.txt index ecaf14c..ecaf14c 100644 --- a/doc/sch-design.txt +++ b/doc/devel/sch-design.txt diff --git a/doc/todo.txt b/doc/devel/todo.txt index c8cdb8a..c8cdb8a 100644 --- a/doc/todo.txt +++ b/doc/devel/todo.txt diff --git a/doc/nis-plugin.ldif.in b/doc/examples/nis-plugin-example.ldif.in index c8d7379..c8d7379 100644 --- a/doc/nis-plugin.ldif.in +++ b/doc/examples/nis-plugin-example.ldif.in diff --git a/doc/sch-plugin.ldif.in b/doc/examples/sch-plugin-example.ldif.in index 4e658d3..4e658d3 100644 --- a/doc/sch-plugin.ldif.in +++ b/doc/examples/sch-plugin-example.ldif.in diff --git a/doc/nis-migration.txt b/doc/ipa/nis-migration.txt index dff2c9c..dff2c9c 100644 --- a/doc/nis-migration.txt +++ b/doc/ipa/nis-migration.txt diff --git a/doc/sch-ipa.txt b/doc/ipa/sch-ipa.txt index 44b4f43..44b4f43 100644 --- a/doc/sch-ipa.txt +++ b/doc/ipa/sch-ipa.txt diff --git a/doc/ypmaplist.py b/doc/ypmaplist.py deleted file mode 100755 index fb7b805..0000000 --- a/doc/ypmaplist.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/python -# -# There's no command-line client in yp-tools, but python provides a function. -# -import nis -for map in nis.maps(): - print map |
