Go to file
Pierangelo Masarati 97e526cb2d add restrictions related to listeners in form of file permissions
(see in slapd(8) the description on how to enforce file permissions
on sockets in ldapi schema); at present, only user permissions are
used as follows: the url extension x-mod=-rwxrwxrwx is used; only
the user permisisons are considered, e.g. the first set of rwx;
	"r" means read is allowed from that listener
	"w" means write is allowed on that listener
	"x" means bind is not required on that listener
these restrictions ADD to those already present, and are actually
checked AFTER the other restrictions, but BEFORE ACLs, so they can
be used to apply gross restrictions but should not be viewed as
a replacement of ACLs. To compile this, #define SLAP_X_LISTENER_MOD
2002-10-25 16:43:44 +00:00
build Add copy of OPL 2.0.1 and note in files which specifically refer 2002-10-15 23:22:20 +00:00
clients Add more LDIF comments 2002-10-23 18:34:54 +00:00
contrib Add ldapsasl 2002-09-02 22:18:49 +00:00
doc document socket permission extension to ldapi:// 2002-10-23 14:22:21 +00:00
include first cut at ditStructureRule and nameForm routines 2002-10-13 01:36:58 +00:00
libraries Plug memleak in previous commit 2002-10-24 23:51:34 +00:00
servers add restrictions related to listeners in form of file permissions 2002-10-25 16:43:44 +00:00
tests Rename 2002-10-22 04:11:28 +00:00
acconfig.h Moved stdio replacements from liblutil lutil_* to liblber ber_pvt_*. 2002-09-10 00:47:32 +00:00
acinclude.m4 Update copyright statements 2002-01-04 21:17:25 +00:00
aclocal.m4 Update Cyrus SASL detection to always look for <sasl.h> regardless 2002-02-10 17:51:19 +00:00
configure Hide shtool echo bold warnings 2002-10-18 21:33:30 +00:00
configure.in SHTOOL cleanup 2002-10-25 05:46:56 +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 Update to 2.7 2001-09-08 04:30:14 +00:00
Makefile.in Misc. DN fixes and cleanups, namely don't muck with AVA_BINARY values 2002-02-13 06:35:27 +00:00
README Minor rewording 2001-09-28 21:22:00 +00:00

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$