2009-01-22 08:40:04 +08:00
|
|
|
Copyright 2003-2009 The OpenLDAP Foundation. All rights reserved.
|
2004-01-10 13:22:59 +08:00
|
|
|
|
2004-01-10 13:05:56 +08:00
|
|
|
Redistribution and use in source and binary forms, with or without
|
2004-01-10 13:22:59 +08:00
|
|
|
modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
Public License.
|
2004-01-10 12:54:24 +08:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2004-01-10 13:09:00 +08:00
|
|
|
To use the plugin, add:
|
|
|
|
|
|
|
|
plugin preoperation libaddrdnvalues-plugin.so addrdnvalues_preop_init
|
|
|
|
|
|
|
|
to your slapd configuration file.
|
|
|
|
|
2004-01-10 12:54:24 +08:00
|
|
|
No Makefile is provided. Use a command line similar to:
|
|
|
|
|
|
|
|
gcc -shared -I../../../include -Wall -g -o libaddrdnvalues-plugin.so addrdnvalues.c
|
|
|
|
|
|
|
|
to compile this plugin.
|
|
|
|
|