Go to file
Kurt Zeilenga f8c0481dd4 Patch: ACL #access-id#<invalid-DN> granted access to everyone (ITS#2006)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
			================

There is a bug in OpenLDAPaci's "access-id":  If the specified DN is
invalid so dnNormalize2() fails, everyone gets access.
This means that e.g. "#access-id#[all]" gives public access, so it
might be considered a feature, but I fixed it anyway:-)  I guess that
means the change should be documented in the release notes, though.

See also ITS#2005 (add OpenLDAPaci #public# access).

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, Aug 2002.
2002-08-05 17:52:16 +00:00
build Detect EBCDIC for SP2NL/NL2SP translation 2002-07-27 00:56:33 +00:00
clients ITS#1956, bvalp declaration 2002-08-03 09:15:17 +00:00
contrib LDAP auxprop plugin for external SASL-enabled servers 2002-07-13 07:20:38 +00:00
doc Add note regarding user/system checks and operational attributes. 2002-08-02 00:55:50 +00:00
include Silence struct tm warnings 2002-07-27 02:10:02 +00:00
libraries Revert previous commit. Fix needs more design. 2002-08-01 07:09:11 +00:00
servers Patch: ACL #access-id#<invalid-DN> granted access to everyone (ITS#2006) 2002-08-05 17:52:16 +00:00
tests Add member filter components to groupOfName assertions 2002-07-30 04:14:58 +00:00
acconfig.h
acinclude.m4
aclocal.m4 Update Cyrus SASL detection to always look for <sasl.h> regardless 2002-02-10 17:51:19 +00:00
configure Check for gcc as well. 2002-06-25 05:50:20 +00:00
configure.in Check for gcc as well. 2002-06-25 05:50:20 +00:00
COPYRIGHT Remove info@openldap.org address. 2002-06-02 07:28:55 +00:00
INSTALL Updates from SDF 2002-02-18 18:10:25 +00:00
LICENSE
Makefile.in Misc. DN fixes and cleanups, namely don't muck with AVA_BINARY values 2002-02-13 06:35:27 +00:00
README

OpenLDAP Devel README
	This software was obtained from the development branch (HEAD) of
	the OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  Please do NOT redistribute copies of the
	development branch.

	The OpenLDAP Developer's FAQ is available at:
		http://www.openldap.org/faq/index.cgi?file=4

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		http://www.openldap.org/software/

---
$OpenLDAP$