Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
2346dfd2
Commit
2346dfd2
authored
Jun 21, 2020
by
Howard Chu
Browse files
ITS
#9262
check referral
parent
47974536
Pipeline
#470
passed with stage
in 27 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/chain.c
View file @
2346dfd2
...
...
@@ -977,6 +977,9 @@ ldap_chain_response( Operation *op, SlapReply *rs )
if
(
rs
->
sr_err
!=
LDAP_REFERRAL
&&
rs
->
sr_type
!=
REP_SEARCHREF
)
{
return
SLAP_CB_CONTINUE
;
}
if
(
!
rs
->
sr_ref
)
{
return
SLAP_CB_CONTINUE
;
}
#ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR
if
(
rs
->
sr_err
==
LDAP_REFERRAL
&&
get_chaining
(
op
)
>
SLAP_CONTROL_IGNORED
)
{
...
...
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