]> git.sur5r.net Git - openldap/commitdiff
More documentation
authorLuke Howard <lukeh@openldap.org>
Sat, 10 Jan 2004 05:09:00 +0000 (05:09 +0000)
committerLuke Howard <lukeh@openldap.org>
Sat, 10 Jan 2004 05:09:00 +0000 (05:09 +0000)
contrib/slapi-plugins/addrdnvalues/README

index 7005f551d977cf764af798e074e64dc53e51e17f..015a9ea867269c489db6b3c248e27e2e9aa3d656 100644 (file)
@@ -8,6 +8,12 @@ This directory contains a SLAPI plugin, addrdnvalues, which will add to
 an entry any attribute values that appear in the entry's RDN but not in
 the entry. This is necessary for compliance with some "broken" clients.
 
+To use the plugin, add:
+
+plugin preoperation libaddrdnvalues-plugin.so addrdnvalues_preop_init
+
+to your slapd configuration file.
+
 No Makefile is provided. Use a command line similar to:
 
 gcc -shared -I../../../include -Wall -g -o libaddrdnvalues-plugin.so addrdnvalues.c