Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
b0f7958d
Commit
b0f7958d
authored
Apr 04, 2003
by
Kurt Zeilenga
Browse files
Ready for release
parent
0c443132
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b0f7958d
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
...
...
build/version.var
View file @
b0f7958d
...
...
@@ -7,7 +7,7 @@
ol_package
=
OpenLDAP
ol_major
=
2
ol_minor
=
1
ol_patch
=
X
ol_api_inc
=
2011
6
ol_api_lib
=
2:11
6
:0
ol_release_date
=
"0
3-15
-2003"
ol_patch
=
17
ol_api_inc
=
2011
7
ol_api_lib
=
2:11
7
:0
ol_release_date
=
"0
4-04
-2003"
configure
View file @
b0f7958d
...
...
@@ -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
...
...
servers/slapd/connection.c
View file @
b0f7958d
...
...
@@ -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
...
...
tests/scripts/test007-replication
View file @
b0f7958d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment