diff options
Diffstat (limited to 'src/providers/ldap/sdap_access.c')
-rw-r--r-- | src/providers/ldap/sdap_access.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_access.c b/src/providers/ldap/sdap_access.c index ce2d5357d..df433b69e 100644 --- a/src/providers/ldap/sdap_access.c +++ b/src/providers/ldap/sdap_access.c @@ -625,7 +625,9 @@ static void sdap_access_filter_connect_done(struct tevent_req *subreq) state->basedn, LDAP_SCOPE_BASE, state->filter, NULL, - NULL, 0); + NULL, 0, + dp_opt_get_int(state->sdap_ctx->opts->basic, + SDAP_SEARCH_TIMEOUT)); if (subreq == NULL) { DEBUG(1, ("Could not start LDAP communication\n")); state->pam_status = PAM_SYSTEM_ERR; |