[krbdev.mit.edu #7976] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=7976 > Refresh manually acquired creds from client keytab If a client keytab is present but credentials are acquired manually, the credentials would not be refreshed because no refresh_time config var is set in the cache. Change kg_cred_time_to_refresh() to attempt a refresh from the client keytab on any credentials which will expire in the next 30 seconds. [[email protected]: adjused code and added test case] https://github.com/krb5/krb5/commit/729896467e3c77904666019d6cbbda583ae49b95 Author: Robbie Harwood <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 729896467e3c77904666019d6cbbda583ae49b95 Branch: master src/lib/gssapi/krb5/acquire_cred.c | 14 +++++++++++--- src/tests/gssapi/t_client_keytab.py | 18 ++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-)