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 | |
parent | 85279ca2a378d6484ab83ad1ac3bc87a0cac8409 (diff) | |
download | slapi-nis-5245e4a23bb8fbd03d7f4c7fda9142accce244ca.tar.gz slapi-nis-5245e4a23bb8fbd03d7f4c7fda9142accce244ca.tar.xz slapi-nis-5245e4a23bb8fbd03d7f4c7fda9142accce244ca.zip |
- move some documentation files around
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 3 | ||||
-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 | ||||
-rw-r--r-- | slapi-nis.spec | 2 | ||||
-rw-r--r-- | tests/clients/Makefile.am | 1 | ||||
-rwxr-xr-x | tests/clients/ypmaplist.py (renamed from doc/ypmaplist.py) | 0 |
15 files changed, 12 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index ab847e2..32bd35d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = COPYING NEWS README STATUS slapi-nis.spec doc/*.txt doc/migrate-nis.sh doc/ypmaplist.py doc/*.ldif.in doc/index*.ldif +EXTRA_DIST = COPYING NEWS README STATUS slapi-nis.spec doc/*.txt doc/examples/*.ldif.in doc/devel doc/ipa SUBDIRS = src tests ACLOCAL_AMFLAGS=-I m4 diff --git a/configure.ac b/configure.ac index 6e64409..28577a8 100644 --- a/configure.ac +++ b/configure.ac @@ -280,6 +280,7 @@ AC_SUBST(NIS_PLUGIN_CONTINUE_WITHOUT_PORTMAP_ENV) AC_SUBST(TRACE_CMD) AC_CONFIG_HEADER(src/config.h) -AC_OUTPUT(Makefile src/Makefile doc/nis-plugin.ldif doc/sch-plugin.ldif +AC_OUTPUT(Makefile src/Makefile + doc/examples/nis-plugin-example.ldif doc/examples/sch-plugin-example.ldif tests/Makefile tests/clients/Makefile tests/slapd.sh tests/config/dse.ldif.initial) 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/slapi-nis.spec b/slapi-nis.spec index 8d2056c..9fb31d8 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -41,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc COPYING NEWS README STATUS doc/*.txt doc/*.ldif +%doc COPYING NEWS README STATUS doc/*.txt doc/ipa doc/examples/*.ldif %{_libdir}/dirsrv/plugins/*.so %{_sbindir}/nisserver-plugin-defs diff --git a/tests/clients/Makefile.am b/tests/clients/Makefile.am index df0f0b9..923f4dd 100644 --- a/tests/clients/Makefile.am +++ b/tests/clients/Makefile.am @@ -1,3 +1,4 @@ +EXTRA_DIST = ypmaplist.py AM_CFLAGS = @TIRPC_CFLAGS@ @RPC_CFLAGS@ RPCGEN=@RPCGEN@ if CAN_TEST diff --git a/doc/ypmaplist.py b/tests/clients/ypmaplist.py index fb7b805..fb7b805 100755 --- a/doc/ypmaplist.py +++ b/tests/clients/ypmaplist.py |