From a2cabe1873c4d01c18ef6617b6b1f10a0ce3560e Mon Sep 17 00:00:00 2001 From: eindenbom Date: Fri, 2 Jul 2010 18:38:48 +0400 Subject: GSSAPI ticket expiry time is returned from ldap_child and stored in sdap_handle for future reference. --- src/providers/ldap/sdap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/providers/ldap/sdap.h') diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index ef22cda..91d91b8 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -80,6 +80,8 @@ struct ldap_cb_data { struct sdap_handle { LDAP *ldap; bool connected; + /* Authentication ticket expiration time (if any) */ + time_t expire_time; struct sdap_fd_events *sdap_fd_events; -- cgit