Bugzilla – Bug 4806
set MyProxy lifetime to 12 hours by default
Last modified: 2006-10-23 14:13:19
You need to log in before you can comment on or make changes to this bug.
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).
Created an attachment (id=1099) [details] set org.globus.myproxy.Params lifetime to 12 hours by default
Patch applied to trunk. Thanks at lot as usual!