openldap/contrib
Hallvard Furuseth 023d510766 Support POSIX 1003.1-2001 without XSI extensions (ITS #2667):
Do not use test -a/-o.  Use shell features like &&, || or case...esac.
Use grep instead of egrep (but not the not-yet-portable Posix variant grep -E).
Based on a patch from Paul Eggert.
2005-09-17 22:22:15 +00:00
..
ldapc++ -increase version number 2005-04-20 13:03:09 +00:00
ldaptcl Support POSIX 1003.1-2001 without XSI extensions (ITS #2667): 2005-09-17 22:22:15 +00:00
slapd-modules reflect API changes 2005-08-22 16:31:23 +00:00
slapd-overlays/allop check software version 2005-08-22 09:28:13 +00:00
slapd-tools Happy New Year! 2005-01-01 20:49:32 +00:00
slapi-plugins/addrdnvalues Happy New Year! 2005-01-01 20:49:32 +00:00
README Delete ldapsasl note 2005-03-18 00:26:02 +00:00

OpenLDAP Contributed Software README

OpenLDAP Project provides a number of freely-distributable LDAP
software packages.  Though distributed with OpenLDAP Software, they
are not part of OpenLDAP Software.  Some packages may be out of
date.  Each package in this directory has it's own use and
redistribution restrictions as documented within the package.

Current contributions:
	ldapc++
		LDAP C++ API
		Contributed by SuSE Gmbh.

	ldaptcl
		LDAP TCL API
		Contributed by NeoSoft

	slapd-modules
		Native modules

	slapd-tools
		Tools to use with slapd

	slapi-plugins
		SLAPI plugins


OpenLDAP Contributing Guidelines are available at:
  <http://www.openldap.org/devel/contributing.html>.

$OpenLDAP$