From: Kurt Zeilenga Date: Wed, 2 Dec 1998 02:25:44 +0000 (+0000) Subject: Minor updates to various docs with 1.1 release information. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~979 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=055ede483b299314233dfc5c1848e17ea8b5e414;p=openldap Minor updates to various docs with 1.1 release information. --- diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index d6234d69a3..e894607c21 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -45,7 +45,7 @@ CHANGES Changes from U. Mich release 3.3 - TCP Wrappers support added to slapd, - - Berkely DB2 compatibility added to slapd, + - Berkeley DB2 compatibility added to slapd, - ACL enhancements including Access by Group and POSIX regex(3) support, - platforms updates, and - numerous bug fixes and build changes. diff --git a/doc/devel/todo b/doc/devel/todo index a0a0854cd7..4a7ea2ea53 100644 --- a/doc/devel/todo +++ b/doc/devel/todo @@ -19,9 +19,10 @@ LDAPv3 support LDAP C API (draft-ietf-ldapext-ldap-c-api-xx) support Schema Repository + Large projects -------------- -redesign slapd threading +Redesign slapd threading (thread pooling) Modify -lldap to be session-level multithreaded Port slapd (incl back-ldbm & tools) to NT MajorLDAP - Design and implement an LDAP aware mailing list manager @@ -30,14 +31,15 @@ MajorLDAP - Design and implement an LDAP aware mailing list manager Medium projects --------------- Modify -lldap to be reentrant/threadsafe -Modify -llthread to have private interface +Modify -llthread to hide thread implementation Extend configure.in to support autodetect of ISODE features. Port slurpd to NT Small projects -------------- -Modify -lldap to not use non-reentrant library functions +Modify servers to use reentrant library functions +Modify -lldap to use reentrant library functions Create ldapurl (from ldapsearch?) to support searching by URL Create ldappasswd to support generation of crypt, sha1, md5 passwords. Extend configure.in to support autodetect of Kerberos features. diff --git a/doc/install/hints/Solaris b/doc/install/hints/Solaris index 8744c6a8fc..7969df586d 100644 --- a/doc/install/hints/Solaris +++ b/doc/install/hints/Solaris @@ -25,3 +25,8 @@ OR use Solaris (LWP) Threads OR disable threads: ./configure --without-threads + +NDBM on Solaris + +Solaris NDBM and OpenLDAP appears to be incompatible. Use +GDBM or Berkeley DB2.