openldap/contrib
Randy Kunkee 11eafc253c Ldaptcl package version 1.2:
- Filter no longer a required controlArray member, defaults to objectclass=*.
- Sets errorCode with LDAP macro string value (better to test than the more
  human readable values).
- Shorten minimum required characters for search scope definitions: now allows
  "base", "one", and "sub".  For the latter two, additional characters are
  ignored.
- Now compiles successfully with -devel branch (though less tested).
- Client cache management code enabled for OpenLDAP versions <= 1.2.4.  (This
  code is relatively untested and feedback is welcome.)
- More installation cleanups to work easily as a dynamically loadable Tcl
  package.
1999-08-03 07:23:03 +00:00
..
gtk-tool A new file with some installation instructions... 1999-02-12 23:56:56 +00:00
ldaptcl Ldaptcl package version 1.2: 1999-08-03 07:23:03 +00:00
php3-tool Added php3tool.conf. The beginnings of a great era... 1998-11-28 11:59:08 +00:00
saucer s/ldap_open/ldap_init/ calls... ldap_open is deprecated. 1999-06-13 21:49:35 +00:00
web500gw
web_ldap s/ldap_open/ldap_init/ calls... ldap_open is deprecated. 1999-06-13 21:49:35 +00:00
whois++ Add comment that socklen_t should be used 1999-07-16 18:59:37 +00:00
Makefile.in Initial port of web_ldap to OpenLDAP. Also fixed some doc bugs. 1999-03-27 18:05:33 +00:00
README Update contrib README 1999-07-22 23:09:04 +00:00

OpenLDAP Contributed Software README

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

Current contributions:
	gtk-tool
		GTK-based frontend from Predrag Balorda

	ldaptcl
		TCL API from NeoSoft

	php3-tool
		PHP3-based frontend from Jens Moller 

    saucer
		General purpose command-line LDAP client, modeled
		after ISODE's DISH (DIrectory SHell) client.
		Contributed by Eric Rosenquist.  See saucer/README
		and its man page for more information.

	web_ldap
		web frontend (in C)

    web500gw
		HTTP gateway for X.500, modeled after go500gw.
		Contributed by Frank Richter.  See web500gw/README
		for more information.

    whois++
		WHOIS++ gateway to X.500.  Contributed by Mark Prior.
		See whois++/README for more information.


Please send your contributions to info@OpenLDAP.Org