mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
74fa239a20
- librewrite, for string rewriting; it may be used in back-ldap by configuring with '--enable-rewrite'. It must be used in back-meta. There's a text file, 'libraries/librewrite/RATIONALE', that explains the usage and the features. More comprehensive documentation will follow. - enhancements of back-ldap (ITS#989,ITS#998,ITS#1002,ITS#1054 and ITS#1137) including dn rewriting, a fix to group acl matching and so - back-meta: a new backend that proxies a set of remote servers by spawning queries. It uses portions of back-ldap and the rewrite capabilities of librewrite. It can be compiled by configuring with `--enable-ldap --enable-rewrite --enable-meta'. There's a text file, 'servers/slapd/back-meta/Documentation', that describes the main features and config statements. Note: someone (Kurt?) should run 'autoconf' and commit 'configure' as my autoconf version must be different: my configures contain a number of differences and I didn't feel comfortable in adding them :)
64 lines
2.6 KiB
Plaintext
64 lines
2.6 KiB
Plaintext
Copyright 1998-2001 The OpenLDAP Foundation, All Rights Reserved.
|
|
COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
|
|
Copyright 2001, Pierangelo Masarati, All rights reserved. <ando@sys-net.it>
|
|
|
|
This work has been developed to fulfill the requirements
|
|
of SysNet s.n.c. <http:www.sys-net.it> and it has been donated
|
|
to the OpenLDAP Foundation in the hope that it may be useful
|
|
to the Open Source community, but WITHOUT ANY WARRANTY.
|
|
|
|
Permission is granted to anyone to use this software for any purpose
|
|
on any computer system, and to alter it and redistribute it, subject
|
|
to the following restrictions:
|
|
|
|
1. The author and SysNet s.n.c. are not responsible for the consequences
|
|
of use of this software, no matter how awful, even if they arise from
|
|
flaws in it.
|
|
|
|
2. The origin of this software must not be misrepresented, either by
|
|
explicit claim or by omission. Since few users ever read sources,
|
|
credits should appear in the documentation.
|
|
|
|
3. Altered versions must be plainly marked as such, and must not be
|
|
misrepresented as being the original software. Since few users
|
|
ever read sources, credits should appear in the documentation.
|
|
SysNet s.n.c. cannot be responsible for the consequences of the
|
|
alterations.
|
|
|
|
4. This notice may not be removed or altered.
|
|
|
|
|
|
This software is based on the backend back-ldap, implemented
|
|
by Howard Chu <hyc@highlandsun.com>, and modified by Mark Valence
|
|
<kurash@sassafras.com>, Pierangelo Masarati <ando@sys-net.it> and other
|
|
contributors. The contribution of the original software to the present
|
|
implementation is acknowledged in this copyright statement.
|
|
|
|
A special acknowledgement goes to Howard for the overall architecture
|
|
(and for borrowing large pieces of code), and to Mark, who implemented
|
|
from scratch the attribute/objectclass mapping.
|
|
|
|
The original copyright statement follows.
|
|
|
|
Copyright 1999, Howard Chu, All rights reserved. <hyc@highlandsun.com>
|
|
|
|
Permission is granted to anyone to use this software for any purpose
|
|
on any computer system, and to alter it and redistribute it, subject
|
|
to the following restrictions:
|
|
|
|
1. The author is not responsible for the consequences of use of this
|
|
software, no matter how awful, even if they arise from flaws in it.
|
|
|
|
2. The origin of this software must not be misrepresented, either by
|
|
explicit claim or by omission. Since few users ever read sources,
|
|
credits should appear in the documentation.
|
|
|
|
3. Altered versions must be plainly marked as such, and must not be
|
|
misrepresented as being the original software. Since few users
|
|
ever read sources, credits should appear in the documentation.
|
|
|
|
4. This notice may not be removed or altered.
|
|
|
|
|