mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
aff4f66fe6
- Detects OpenLDAP 2.0 and builds correctly with it. - Increment major version to 2, library file to libldaptcl2.0.so. - Can now perform add/delete/replace modifications in a single command. - Replaced calls to TclX_WrongArgs with core Tcl_WrongNumArgs to reduce dependency on Extended Tcl. - Wrap dereference search control with #ifdef LDAP_OPT_DEREF. - Deref during search should work. - Add protocol_version option to ldap init command. - Add LDAPTCL_PROTOCOL_VERSION_DEFAULT to allow specifying the default protocol version used. - Add controlArray(timeout) to control timeouts during searches. - Add controlArray(cache) to control caching current search results. (Experience has show this to be not very useful or not working correctly. Caching search results should probably be done in Ldaptcl rather than letting the LDAP API do it.) - Add "compare" subcommand - Add experimental trap subcommand (undocumented -- use at your own risk). |
||
---|---|---|
.. | ||
gtk-tool | ||
ldapc++ | ||
ldaptcl | ||
php3-tool | ||
saucer | ||
tweb | ||
web500gw | ||
web_ldap | ||
whois++ | ||
Makefile.in | ||
README |
OpenLDAP Contributed Software README OpenLDAP provides a number of freely-distributable LDAP software packages. Though distributed with OpenLDAP, they are not part of OpenLDAP. 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: gtk-tool GTK-based frontend from Predrag Balorda ldapc++ The OpenLDAP LDAP C++ API Contributed by SuSE Gmbh. ldaptcl TCL API from NeoSoft php3-tool PHP3-based frontend from Predrag Balorda 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. tweb HTTP gateway derived from web500gw. Contributed by the Universitaet Tuebingen, GERMANY. See tweb/README for more information. web_ldap web frontend (in C) from Jens Moller 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 submit your contributions using the OpenLDAP Issue Tracking System <http://www.openldap.org/>. $OpenLDAP$