Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
2c049ebb
Commit
2c049ebb
authored
Jan 17, 2004
by
Pierangelo Masarati
Browse files
fix ITS#2923
parent
fa856463
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/search.c
View file @
2c049ebb
...
...
@@ -144,9 +144,9 @@ ldap_back_search(
dc
.
ctx
=
"searchBase"
;
#else
dc
.
tofrom
=
1
;
dc
.
normalized
=
0
;
dc
.
normalized
=
1
;
#endif
if
(
ldap_back_dn_massage
(
&
dc
,
&
op
->
o_req_dn
,
&
mbase
)
)
{
if
(
ldap_back_dn_massage
(
&
dc
,
&
op
->
o_req_
n
dn
,
&
mbase
)
)
{
send_ldap_result
(
op
,
rs
);
return
-
1
;
}
...
...
servers/slapd/back-ldap/suffixmassage.c
View file @
2c049ebb
...
...
@@ -97,9 +97,9 @@ ldap_back_dn_massage(
assert
(
res
);
res
->
bv_val
=
NULL
;
res
->
bv_len
=
0
;
if
(
dn
==
NULL
)
{
res
->
bv_val
=
NULL
;
res
->
bv_len
=
0
;
return
0
;
}
if
(
dc
->
rwmap
==
NULL
||
dc
->
rwmap
->
rwm_suffix_massage
==
NULL
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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