bump DEFAULT_CREDENTIAL_LIFETIME to 31 days, to make renew work
authorsmbaker <smbaker@fc8clean.lan>
Wed, 11 Jan 2012 00:05:41 +0000 (16:05 -0800)
committersmbaker <smbaker@fc8clean.lan>
Wed, 11 Jan 2012 00:05:41 +0000 (16:05 -0800)
sfa/trust/credential.py

index 8fd11e8..c04b123 100644 (file)
@@ -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: