From: Thierry Parmentelat Date: Mon, 2 Jun 2014 14:56:41 +0000 (+0200) Subject: more accurate comment X-Git-Tag: sfa-3.1-7~9 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=6617f963eb444c8520bc6b7941ef7358c16fb3d5 more accurate comment --- diff --git a/sfa/trust/credential.py b/sfa/trust/credential.py index a9f2d1df..775cde96 100644 --- a/sfa/trust/credential.py +++ b/sfa/trust/credential.py @@ -49,7 +49,7 @@ from sfa.trust.rights import Right, Rights, determine_rights from sfa.trust.gid import GID from sfa.util.xrn import urn_to_hrn, hrn_authfor_hrn -# 2 weeks, in seconds +# 31 days, in seconds DEFAULT_CREDENTIAL_LIFETIME = 86400 * 31