• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..25-Aug-201424

MakefileH A D07-Feb-20121.3 KiB

proxyOld.cH A D07-Feb-20123.4 KiB

READMEH A D07-Feb-20121.1 KiB

README

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