-h,--help
Displays command usage text and exits.
-u,--usage
Displays command usage text and exits.
-v,--verbose
Enables verbose debugging output to the terminal.
-V,--version
Displays version information and exits.
-lusername,--usernameusername
Return information on credentials for a single username. By default, the command returns
information on all credentials for all usernames.
-kname,--crednamename
Return information on the credentials with the specified name.
-oDN,--ownerDN
Return information on the credentials owned by the specified distinguished name.
-ehours,--expiring_inhours
Return information on credentials with remaining lifetime less than the specified number of hours.
For example, -e0 will return all expired credentials.
-thours,--time_lefthours
Return information on credentials with remaining lifetime greater than the specified number of
hours.
-i,--invalid
Return information on invalid (expired, revoked, etc.) credentials.
-sdir,--storagedir
Specifies the location of the credential storage directory. The directory must be accessible only
by the user running the myproxy-server process for security reasons. Default: /var/lib/myproxy or
/var/myproxy or $GLOBUS_LOCATION/var/myproxy
-cfile,--configfile
Specifies the location of the myproxy-server configuration file, for OCSP options. Default:
/etc/myproxy-server.config or $GLOBUS_LOCATION/etc/myproxy-server.config
-r,--remove
Remove the credentials matching the query from the repository. For example, myproxy-admin-query-e0-r will remove all expired credentials from the repository.
-L'msg',--lock'msg'
Places the credentials matching the query under an administrative lock and specifies a message to
be returned on access attempts. Be sure to put the message in quotes so it is captured as one
argument to the command.
-U,--unlock
Removes any administrative locks for the credentials matching the query.