]> git.sur5r.net Git - openldap/blob - contrib/slapi-plugins/addrdnvalues/README
Update copyright notice
[openldap] / contrib / slapi-plugins / addrdnvalues / README
1 (C) Copyright PADL Software Pty Ltd. 2003-2004
2 Redistribution and use in source and binary forms, with or without
3 modification, are permitted provided that this notice is preserved
4 and that due credit is given to PADL Software Pty Ltd. This software
5 is provided ``as is'' without express or implied warranty.
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 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