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