From fabc9d71cdc296de2bbb7cc8124c597af2d61155 Mon Sep 17 00:00:00 2001 From: smbaker Date: Tue, 10 Jan 2012 16:05:41 -0800 Subject: [PATCH] bump DEFAULT_CREDENTIAL_LIFETIME to 31 days, to make renew work --- sfa/trust/credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index 8fd11e8e..c04b1236 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -51,7 +51,7 @@ from sfa.trust.gid import GID from sfa.util.xrn import urn_to_hrn, hrn_authfor_hrn # 2 weeks, in seconds -DEFAULT_CREDENTIAL_LIFETIME = 86400 * 14 +DEFAULT_CREDENTIAL_LIFETIME = 86400 * 31 # TODO: -- 2.45.2