diff options
author | eindenbom <eindenbom@gmail.com> | 2010-07-02 18:38:48 +0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-07-09 11:44:06 -0400 |
commit | a2cabe1873c4d01c18ef6617b6b1f10a0ce3560e (patch) | |
tree | df627427a5f2755612e96bedfcfb72edc4ae73fd /src/providers/ldap/sdap.h | |
parent | 780ffc9f6d5e1fcd4df3d390b56cb98878223cc0 (diff) | |
download | sssd-a2cabe1873c4d01c18ef6617b6b1f10a0ce3560e.tar.gz sssd-a2cabe1873c4d01c18ef6617b6b1f10a0ce3560e.tar.bz2 sssd-a2cabe1873c4d01c18ef6617b6b1f10a0ce3560e.zip |
GSSAPI ticket expiry time is returned from ldap_child and stored in sdap_handle for future reference.
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r-- | src/providers/ldap/sdap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index ef22cda0..91d91b85 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; |