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