logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

voms-proxy-list - Shows a list of all available attributes from a specified server

Authors

       Vincenzo Ciaschini <Vincenzo.Ciaschini@cnaf.infn.it>.

       Valerio Venturi <Valerio.Venturi@cnaf.infn.it>.

Bugs

EGEEBugTrackingTool[1]

Description

       The voms-proxy-list prints on screen a list of all available attributes from a specified proxy server.

Name

       voms-proxy-list - Shows a list of all available attributes from a specified server

Notes

        1. EGEE Bug Tracking Tool
           https://savannah.cern.ch/projects/jra1mdw/

        2. EDT Auth Home page
           http://grid-auth.infn.it

        3. CVSweb
           http://datagrid.in2p3.fr/cgi-bin/cvsweb.cgi/Auth/voms

        4. RPM repository
           http://datagrid.in2p3.fr/distribution/autobuild/i386-rh7.3

        5. www.apache.org/licenses/LICENSE-2.0
           http://www.apache.org/licenses/LICENSE-2.0

VOMS Client                                        05/03/2021                                 VOMS-PROXY-LIST(1)

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

       -certcertfile Non-standard location of user certificate

       -keykeyfile Non-standard location of user key

       -certdircertdir Non standard location where the trusted CAs certificates are kept.

       -outproxyfile Location of new proxy cert

       -vomsvoms Specifies the VOMS server to contact using the nickname voms.

       Example : voms-proxy-list --voms myVO

       -conffile Read options from file.

       -confilefile-userconffile-vomsesfile Specifies the name of a configuration file from which a list of nicknames is read. The
       format of the file is the following: nickhostportsubjectvo 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.

       -globusversion This option is obsolete and only present for backwards compatibility with old
       installations. Currently, its value is ignored.

       -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 failure 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

See Also

voms-proxy-list(1), voms-proxy-init(1), voms-proxy-info(1), voms-proxy-destroy(1)

       EDTAuthHomepage[2]

       CVSweb[3]

       RPMrepository[4]

Synopsis

voms-proxy-list [options]

See Also