]> git.sur5r.net Git - openldap/blob - contrib/slapd-modules/proxyOld/README
553edb748ccf5620c2c504fc7d5f9817b0366a18
[openldap] / contrib / slapd-modules / proxyOld / README
1 This directory contains a slapd module proxyOld that provides support
2 for the obsolete draft-weltman-ldapb3-proxy-05 revision of the LDAP
3 Proxy Authorization control. It is merely intended to provide compatibility
4 in environments where other servers only recognize this old control.
5 New installations should not use this code.
6
7 To use the module, add:
8
9         moduleload <path to>proxyOld.so
10         ...
11
12 to your slapd configuration file. Since this is an obsolete feature,
13 the control is registered with the SLAP_CTRL_HIDE flag so that it will
14 not be advertised in the rootDSE's supportedControls attribute.
15
16 This code only works as a dynamically loaded module.
17
18 ---
19 This work is part of OpenLDAP Software <http://www.openldap.org/>.
20
21 Copyright 1998-2017 The OpenLDAP Foundation.
22 Portions Copyright 2005 Howard Chu, Symas Corp. All rights reserved.
23
24 Redistribution and use in source and binary forms, with or without
25 modification, are permitted only as authorized by the OpenLDAP
26 Public License.
27
28 A copy of this license is available in the file LICENSE in the
29 top-level directory of the distribution or, alternatively, at
30 <http://www.OpenLDAP.org/license.html>.
31