findproxyfile(1) | GridSite Manual | findproxyfile(1) |
findproxyfile - returns full path to GSI Proxy file
findproxyfile [--proxycache=PATH] [--delegation-id=ID] [--user-dn=DN] [--outsidecache]
findproxyfile returns full path to a GSI Proxy file, either in the proxy cache maintained by the GridSite G-HTTPS and delegation portType functions, or in other standard places.
If a User DN is given findproxyfile uses the value of the --proxycache argument, the GRST_PROXY_PATH or the compile time default to determine the location of the proxy cache directory. The directory is searched for a proxy having the given User DN and Delegation ID. (If no Delegation ID is specificed, then the default value is used.)
If findproxyfile does not find a proxy or if a User DN is not given, but --outsidecache was given, then the environment variable X509_USER_PROXY and the standard location /tmp/x509up_uUID are searched as well.
If a proxy is found, its full path is output on standard out.
0 is returned on succcess. Non-zero otherwise.
In this version, no attempt is made to verify or validate the proxies.
Andrew McNab <Andrew.McNab@man.ac.uk>
findproxyfile is part of GridSite: http://www.gridsite.org/
October 2004 | findproxyfile |