diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-08-09 16:09:37 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 09:49:37 -0400 |
commit | 93109c5f1d85c028ce5cf6e31e2249ca90a7f746 (patch) | |
tree | a075e329e974689ebfe14d7990fa29dd268fef05 /src/providers/ldap/sdap_async.h | |
parent | 64783bdc0aff447a356c5169c027dadc05dfb312 (diff) | |
download | sssd-93109c5f1d85c028ce5cf6e31e2249ca90a7f746.tar.gz sssd-93109c5f1d85c028ce5cf6e31e2249ca90a7f746.tar.bz2 sssd-93109c5f1d85c028ce5cf6e31e2249ca90a7f746.zip |
Initialize kerberos service for GSSAPI
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r-- | src/providers/ldap/sdap_async.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h index e5a60daa..20888011 100644 --- a/src/providers/ldap/sdap_async.h +++ b/src/providers/ldap/sdap_async.h @@ -61,12 +61,15 @@ int sdap_get_groups_recv(struct tevent_req *req, struct tevent_req *sdap_kinit_send(TALLOC_CTX *memctx, struct tevent_context *ev, + struct be_ctx *be, struct sdap_handle *sh, + const char *service_name, int timeout, const char *keytab, const char *principal, const char *realm, int lifetime); + int sdap_kinit_recv(struct tevent_req *req, enum sdap_result *result, time_t *expire_time); |