xref: /netbsd-src/external/bsd/openldap/dist/contrib/slapi-plugins/addrdnvalues/README (revision 6dffe8d42bd46273f674d7ab834e7be9b1af990e)
1Copyright 2003-2008 The OpenLDAP Foundation. All rights reserved.
2
3Redistribution and use in source and binary forms, with or without
4modification, are permitted only as authorized by the OpenLDAP
5Public License.
6
7This directory contains a SLAPI plugin, addrdnvalues, which will add to
8an entry any attribute values that appear in the entry's RDN but not in
9the entry. This is necessary for compliance with some "broken" clients.
10
11To use the plugin, add:
12
13plugin preoperation libaddrdnvalues-plugin.so addrdnvalues_preop_init
14
15to your slapd configuration file.
16
17No Makefile is provided. Use a command line similar to:
18
19gcc -shared -I../../../include -Wall -g -o libaddrdnvalues-plugin.so addrdnvalues.c
20
21to compile this plugin.
22
23