From: Nick Porter Date: Fri, 6 Oct 2023 14:49:34 +0000 (+0100) Subject: Bad DN LDAP response is really notfound, not fail X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0a9bb06d993e0bdd1890380728235381074a4c5;p=thirdparty%2Ffreeradius-server.git Bad DN LDAP response is really notfound, not fail --- diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index a838f1ab1c..596ddb5931 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -1102,6 +1102,7 @@ static unlang_action_t mod_map_resume(rlm_rcode_t *p_result, UNUSED int *priorit break; case LDAP_RESULT_NO_RESULT: + case LDAP_RESULT_BAD_DN: goto finish; default: