Skip to content

Commit

Permalink
Handle connection error in rlm_ldap_cacheable_groupobj
Browse files Browse the repository at this point in the history
Closes #1951
  • Loading branch information
spbnick authored and alandekok committed Mar 29, 2017
1 parent 413758a commit ba385f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/rlm_ldap/groups.c
Expand Up @@ -460,8 +460,10 @@ rlm_rcode_t rlm_ldap_cacheable_groupobj(rlm_ldap_t const *inst, REQUEST *request

case LDAP_PROC_NO_RESULT:
RDEBUG2("No cacheable group memberships found in group objects");
goto finish;

default:
rcode = RLM_MODULE_FAIL;
goto finish;
}

Expand Down

0 comments on commit ba385f0

Please sign in to comment.