Bug 4806

Summary: set MyProxy lifetime to 12 hours by default
Product: CoG jglobus Reporter: Jim Basney <jbasney@ncsa.uiuc.edu>
Component: myproxyAssignee: Jarek Gawor <gawor@mcs.anl.gov>
Status: RESOLVED FIXED    
Severity: minor CC: jglobus-dev@globus.org
Priority: P3    
Version: 1.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: set org.globus.myproxy.Params lifetime to 12 hours by default

Description From 2006-10-23 10:34:50
The MyProxy tool sets the MyProxy lifetime to 12 hours by default, but when
calling the API directly, the lifetime defaults to 0, which the myproxy-server
interprets as unlimited, which is typically not what the caller who forgets to
set Lifetime() wanted.  The following patch sets the lifetime to 12 hours by
default at the API level (in the Params class).
------- Comment #1 From 2006-10-23 10:35:38 -------
Created an attachment (id=1099) [details]
set org.globus.myproxy.Params lifetime to 12 hours by default
------- Comment #2 From 2006-10-23 14:13:19 -------
Patch applied to trunk. Thanks at lot as usual!