Skip to content
Snippets Groups Projects
Commit b0f7958d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Ready for release

parent 0c443132
No related branches found
Tags OPENLDAP_REL_ENG_2_3_41
No related merge requests found
OpenLDAP 2.1 Change Log
OpenLDAP 2.1.17 Engineering
OpenLDAP 2.1.17 Release
Fixed libldap_r thread pool context bug (ITS#2404)
Fixed libldap T.61 convert bug (ITS#2388)
Fixed libldap h_errno bug
......
......@@ -7,7 +7,7 @@
ol_package=OpenLDAP
ol_major=2
ol_minor=1
ol_patch=X
ol_api_inc=20116
ol_api_lib=2:116:0
ol_release_date="03-15-2003"
ol_patch=17
ol_api_inc=20117
ol_api_lib=2:117:0
ol_release_date="04-04-2003"
......@@ -19115,7 +19115,7 @@ else
# define DB_VERSION_MINOR 0
#endif
 
/* require 4.0 or later */
/* require 4.1 or later */
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 1)
__db_version_compat
#endif
......
......@@ -881,7 +881,7 @@ void connection_done( Connection *c )
static void *
connection_operation( void *ctx, void *arg_v )
{
int rc;
int rc = SLAPD_DISCONNECT;
Operation *op = arg_v;
ber_tag_t tag = op->o_tag;
#ifdef SLAPD_MONITOR
......
......@@ -128,6 +128,7 @@ drink: Iced Tea
drink: Mad Dog 20/20
dn: cn=ITD Staff,ou=Groups,o=University of Michigan,c=US
changetype: modify
delete: member
member: cn=James A Jones 2, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
member: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment