From: smbaker Date: Wed, 11 Jan 2012 00:05:41 +0000 (-0800) Subject: bump DEFAULT_CREDENTIAL_LIFETIME to 31 days, to make renew work X-Git-Tag: before-alchemy~2^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fabc9d71cdc296de2bbb7cc8124c597af2d61155;p=sfa.git bump DEFAULT_CREDENTIAL_LIFETIME to 31 days, to make renew work --- 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: