openldap/contrib
Sang Seok Lim 28a967584d Component Indexing support for BDB
- only for equality matching
- only components of ASN.1 types used in an X.509 certificate can be indexed
(composite types except for RDN and DN are not supported yet)
- how to use
index [attribute name].[component reference] eq
Ex)
index userCertificate eq
index userCertificate.toBeSigned.issuer.rdnSequence eq
index userCertificate.toBeSigned.serialNumber eq
index userCertificate.toBeSigned.version eq
2004-12-20 03:31:44 +00:00
..
ldapc++ - improvments on schema parsing 2004-08-13 11:37:21 +00:00
ldapsasl #ifdef for auxprop_store 2003-11-29 23:09:39 +00:00
ldaptcl Remove debugging fluff. 2002-05-02 08:14:01 +00:00
slapd-modules Component Indexing support for BDB 2004-12-20 03:31:44 +00:00
slapd-tools --sort should not imply --join if --trace is also specified. 2004-11-02 17:19:17 +00:00
slapi-plugins/addrdnvalues Use new slapi_entry_add_rdn_values() API 2004-05-23 15:45:32 +00:00
README Add slapd-tools/statslog, useful to search and inspect statslog output. 2004-11-01 21:40:26 +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.

	ldapsasl
		LDAP SASL auxprop plugin
		Contributed by Symas Corp.

	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$