Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

voms-proxy-list(1) [debian man page]

VOMS-PROXY-LIST(1)														VOMS-PROXY-LIST(1)

NAME
voms-proxy-list - Shows a list of all availabel attributes from a specified server SYNOPSIS
voms-proxy-list [options] DESCRIPTION
The voms-proxy-list prints on screen a list of all available attributes from a specified proxy server. OPTIONS
Options may be specified indifferently with either a "-" or "--" prefix. The options from -help to -out are present for compatibility with grid-proxy-init, and have the exact same meaning. The meaning of the other ones is the following. -help Displays usage -version Displays version -debug Enables extra debug output -q Quiet mode, minimal output -verify Verifies certificate to make proxy for -pwstdin Allows passphrase from stdin -cert certfile Non-standard location of user certificate -key keyfile Non-standard location of user key -certdir certdir Non standard location where the trusted CAs certificates are kept. -out proxyfile Location of new proxy cert -voms voms Specifies the VOMS server to contact using the nickname voms. Example : voms-proxy-list --voms myVO -conf file Read options from file. -confile file -userconf file -vomses file Specifies the name of a configuration file from which a list of nicknames is read. The format of the file is the following: nick host port subject vo Where nick is the nickname, host and port are the hostname and port of the server to contact, subject is the subject of the server's certificate, while vo is the name of the VO that owns the server. The default filenames are $PREFIX/etc/vomses and $HOME/.glite/vomses. Moreover, permissions must be 644 if a file is specified, and 755 if a directory is specified The three options are synonyms. -confile and -userconf are deprecated. -vomses should be used instead. -globus version Underlying Globus version. -noregen Use existing proxy to contact the server and to sing the new proxy. -ignorewarn Ignore all warnings. They are not shown to the user. -failonwarn Warnings become failures. The program will translates all warnings into errors and will react accordingly, by returning a fail- ure itself. -list Instead of producing an attribute certificate, this optin will print on screen a list of all attributes available to the user. This is a no-op BUGS
EGEE Bug Tracking Tool: https://savannah.cern.ch/projects/jra1mdw/ SEE ALSO
voms-proxy-list(1), voms-proxy-init(1), voms-proxy-info(1), voms-proxy-destroy(1) EDT Auth Home page: http://grid-auth.infn.it CVSweb: http://datagrid.in2p3.fr/cgi-bin/cvsweb.cgi/Auth/voms RPM repository: http://datagrid.in2p3.fr/distribution/autobuild/i386-rh7.3 AUTHORS
Vincenzo Ciaschini <Vincenzo.Ciaschini@cnaf.infn.it>. Valerio Venturi <Valerio.Venturi@cnaf.infn.it>. COPYRIGHT
Copyright (c) Members of the EGEE Collaboration. 2004. See the beneficiaries list for details on the copyright holders. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at www.apache.org/licenses/LICENSE-2.0: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITH- OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. VOMS-PROXY-LIST(1)

Check Out this Related Man Page

GRID-PROXY-DESTROY(1)						  Globus Commands					     GRID-PROXY-DESTROY(1)

NAME
grid-proxy-destroy - Destroy the default proxy certificate SYNOPSIS
grid-proxy-destroy [-help] [-usage] [-version] grid-proxy-destroy [-debug] [-dryrun] [-default] [-all] [--] [FILENAME...] DESCRIPTION
The grid-proxy-destroy program removes X.509 proxy files from the local filesystem. It overwrites the data in the files and removes the files from the filesystem. By default, it removes the current user's default proxy (either /tmp/x509up_uUID where UID is the current POSIX user id, or the file pointed to by the X509_USER_PROXY environment variable) unless a list of proxy file paths are included as part of the command line. Use the -- command-line option to separate a list of proxy paths from command line options if the proxy file begins with the - character. The full list of command-line options to grid-proxy-destroy are: -help, -usage Display the command-line options to grid-proxy-destroy. -version Display the version number of the grid-proxy-destroy command -debug Display verbose error messages. -dryrun Do not remove the proxy, but display the path of the files that would have been removed, or the directory where they would have been removed from if the -all command-line option is used. -default Remove the default proxy in addition to the files included on the command-line. Only needed if other paths are included on the command-line. -all Remove the default proxy and all delegated proxies in the temporary file directory. ENVIRONMENT VARIABLES
The following environment variables affect the execution of grid-proxy-destroy: X509_USER_PROXY Path to the default user proxy. SEE ALSO
grid-proxy-init(1), grid-proxy-info(1) AUTHOR
University of Chicago Globus Toolkit 5.0.2 04/25/2011 GRID-PROXY-DESTROY(1)
Man Page