From: Arran Cudbard-Bell Date: Fri, 1 Sep 2023 23:31:53 +0000 (-0600) Subject: ldap: Just because there's a problem with group membership DOES NOT mean we should... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af14b520c2853a8436d5252c7611c331bd5bff61;p=thirdparty%2Ffreeradius-server.git ldap: Just because there's a problem with group membership DOES NOT mean we should return notfound --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 68a5ebe2e58..343563f114b 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -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);