From f5aa0c046e75f2ecc2b96424847765c8ccb3a302 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 19 Nov 2009 18:47:56 -0500 Subject: Get TGT in a child process. To avoid blocking in a synchronous call, the TGT is saved in a separate process Fixes: #277 --- server/providers/ldap/sdap_async.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/providers/ldap/sdap_async.h') diff --git a/server/providers/ldap/sdap_async.h b/server/providers/ldap/sdap_async.h index d85507946..e18fb69a2 100644 --- a/server/providers/ldap/sdap_async.h +++ b/server/providers/ldap/sdap_async.h @@ -62,6 +62,7 @@ int sdap_get_groups_recv(struct tevent_req *req, struct tevent_req *sdap_kinit_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_handle *sh, + int timeout, const char *keytab, const char *principal, const char *realm); -- cgit