]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ldap: Just because there's a problem with group membership DOES NOT mean we should...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Sep 2023 23:31:53 +0000 (17:31 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Sep 2023 23:34:54 +0000 (17:34 -0600)
src/modules/rlm_ldap/rlm_ldap.c

index 68a5ebe2e58ec3af7401bdd214727bd7644ffd65..343563f114bde65ad731b73750ddc12559651040 100644 (file)
@@ -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);