Home | History | Annotate | only in /src/external/bsd/openldap/dist/contrib/slapi-plugins/addrdnvalues
Up to higher level directory
NameDateSize
addrdnvalues.c05-Sep-20252K
README05-Sep-2025967

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-2024 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 
     30