Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
15f01d99
Commit
15f01d99
authored
Feb 20, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5916
parent
c150333b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
15f01d99
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.15 Release (2009/02/19)
Added libldap alias dereferencing in C API again (ITS#5916)
Fixed libldap GnuTLS compilation (ITS#5955)
Fixed slapd bconfig conversion again (ITS#5346)
Fixed slapd corrupt contextCSN (ITS#5947)
...
...
libraries/libldap/search.c
View file @
15f01d99
...
...
@@ -315,7 +315,8 @@ ldap_build_search_req(
#endif
{
err
=
ber_printf
(
ber
,
"{it{seeiib"
,
*
idp
,
LDAP_REQ_SEARCH
,
base
,
(
ber_int_t
)
scope
,
ld
->
ld_deref
,
LDAP_REQ_SEARCH
,
base
,
(
ber_int_t
)
scope
,
(
deref
<
0
)
?
ld
->
ld_deref
:
deref
,
(
sizelimit
<
0
)
?
ld
->
ld_sizelimit
:
sizelimit
,
(
timelimit
<
0
)
?
ld
->
ld_timelimit
:
timelimit
,
attrsonly
);
...
...
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