]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/README
Fix overlay aux_operational, add contextCSN as operational attribute
[openldap] / servers / slapd / overlays / README
index b76594cbfde7b7966b9377a514d7d368039bc8f5..32cb8dc878588c1b0f3deaf18555b87254eed5bd 100644 (file)
@@ -1,23 +1,4 @@
-# $OpenLDAP$
+This directory contains a number of SLAPD overlays, some
+project-maintained, some not.  Some are generally usable,
+others are purely experimental.
 
-This directory is still a work in progress. As such, no explicit makefile
-is provided.
-
-The overlays are meant to be built as dynamically loaded modules.
-To build a particular overlay, use commands of this form:
-
-       libtool --mode=compile cc -I../../../include -I.. -c dyngroup.c
-       libtool --mode=link cc -rpath /module/executable/path \
-               -module -o dyngroup.la dyngroup.lo
-
-To use the dyngroup overlay on a backend, set slapd.conf as follows:
-
-       moduleload /module/executable/path/dyngroup.la
-
-       database bdb
-       ... (BDB configuration)
-       overlay dyngroup
-       attrpair member memberurl
-
-Replace "/module/executable/path" with the full pathname of the directory
-where the module will be installed.