Skip to content

Commit

Permalink
ldap: Just because there's a problem with group membership DOES NOT m…
Browse files Browse the repository at this point in the history
…ean we should return notfound
  • Loading branch information
arr2036 committed Sep 1, 2023
1 parent 8a9eba6 commit af14b52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/rlm_ldap/rlm_ldap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1457,11 +1457,6 @@ static unlang_action_t mod_authorize_resume(rlm_rcode_t *p_result, UNUSED int *p
FALL_THROUGH;

case LDAP_AUTZ_EDIR_BIND:
if (*p_result != RLM_MODULE_OK) {
rcode = *p_result;
goto finish;
}

if (inst->edir && inst->edir_autz) {
fr_pair_t *password = fr_pair_find_by_da(&request->control_pairs,
NULL, attr_cleartext_password);
Expand Down

0 comments on commit af14b52

Please sign in to comment.