NameDateSize

..12-Oct-20154

addrdnvalues.cH A D15-Aug-20212 KiB

READMEH A D15-Aug-2021967

README

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