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