1myproxy-info(1) MyProxy myproxy-info(1)
2
3
4
6 myproxy-info - display information about MyProxy credentials
7
9 myproxy-info [ options ]
10
12 The myproxy-info command displays information about a user's creden‐
13 tials previously stored on a myproxy-server(8) using myproxy-init(1).
14 The user must have a valid proxy credential as generated by grid-proxy-
15 init or retrieved by myproxy-logon(1) when running this command.
16
17 The myproxy-info command provides information only for credentials
18 stored in the myproxy-server(8) credential repository using myproxy-
19 init(1). In the case where the myproxy-server(8) is acting as a Cer‐
20 tificate Authority, issuing end entity credentials via the myproxy-
21 logon(1) command, the myproxy-info command will return "no credentials
22 found".
23
25 -h, --help
26 Displays command usage text and exits.
27
28 -u, --usage
29 Displays command usage text and exits.
30
31 -v, --verbose
32 Enables verbose debugging output to the terminal.
33
34 -V, --version
35 Displays version information and exits.
36
37 -s hostname[:port], --pshost hostname[:port]
38 Specifies the hostname(s) of the myproxy-server(s). Multiple
39 hostnames, each hostname optionally followed by a ':' and port
40 number, may be specified in a comma-separated list. This option
41 is required if the MYPROXY_SERVER environment variable is not
42 defined. If specified, this option overrides the MYPROXY_SERVER
43 environment variable. If a port number is specified with a host‐
44 name, it will override the -p option as well as the
45 MYPROXY_SERVER_PORT environment variable for that host.
46
47 -p port, --psport port
48 Specifies the TCP port number of the myproxy-server(8).
49 Default: 7512
50
51 -l username, --username username
52 Specifies the MyProxy account to query. By default, the command
53 uses the value of the LOGNAME environment variable. Use this
54 option to specify a different account username on the MyProxy
55 server. The MyProxy username need not correspond to a real Unix
56 username.
57
58 -d, --dn_as_username
59 Use the certificate subject (DN) as the default username,
60 instead of the LOGNAME environment variable.
61
62 -k name, --credname name
63 Specifies name of the credential to query. If not specified,
64 the command displays all credentials associated with the MyProxy
65 username.
66
68 0 on success, >0 on error
69
71 GLOBUS_GSSAPI_NAME_COMPATIBILITY
72 This client will, by default, perform a reverse-DNS lookup to
73 determine the FQHN (Fully Qualified Host Name) to use in verify‐
74 ing the identity of the server by checking the FQHN against the
75 CN in server's certificate. Setting this variable to
76 STRICT_RFC2818 will cause the reverse-DNS lookup to NOT be per‐
77 formed and the user-specified name to be used instead. This
78 variable setting will be ignored if MYPROXY_SERVER_DN (described
79 later) is set.
80
81 MYPROXY_SERVER
82 Specifies the hostname(s) where the myproxy-server(8) is run‐
83 ning. Multiple hostnames can be specified in a comma separated
84 list with each hostname optionally followed by a ':' and port
85 number. This environment variable can be used in place of the
86 -s option.
87
88 MYPROXY_SERVER_PORT
89 Specifies the port where the myproxy-server(8) is running. This
90 environment variable can be used in place of the -p option.
91
92 MYPROXY_SERVER_DN
93 Specifies the distinguished name (DN) of the myproxy-server(8).
94 All MyProxy client programs authenticate the server's identity.
95 By default, MyProxy servers run with host credentials, so the
96 MyProxy client programs expect the server to have a distin‐
97 guished name with "/CN=host/<fqhn>" or "/CN=myproxy/<fqhn>" or
98 "/CN=<fqhn>" (where <fqhn> is the fully-qualified hostname of
99 the server). If the server is running with some other DN, you
100 can set this environment variable to tell the MyProxy clients to
101 accept the alternative DN. Also see GLOBUS_GSSAPI_NAME_COMPATI‐
102 BILITY above.
103
104 MYPROXY_TCP_PORT_RANGE
105 Specifies a range of valid port numbers in the form "min,max"
106 for the client side of the network connection to the server. By
107 default, the client will bind to any available port. Use this
108 environment variable to restrict the ports used to a range
109 allowed by your firewall. If unset, MyProxy will follow the
110 setting of the GLOBUS_TCP_PORT_RANGE environment variable.
111
112 X509_USER_CERT
113 Specifies a non-standard location for the certificate to be used
114 for authentication to the myproxy-server(8).
115
116 X509_USER_KEY
117 Specifies a non-standard location for the private key to be used
118 for authentication to the myproxy-server(8).
119
120 X509_USER_PROXY
121 Specifies a non-standard location for the proxy credential to be
122 used for authentication to the myproxy-server(8).
123
124 X509_CERT_DIR
125 Specifies a non-standard location for the CA certificates direc‐
126 tory.
127
129 See http://grid.ncsa.illinois.edu/myproxy/about for the list of MyProxy
130 authors.
131
133 myproxy-change-pass-phrase(1), myproxy-destroy(1), myproxy-get-trust‐
134 roots(1), myproxy-init(1), myproxy-logon(1), myproxy-retrieve(1),
135 myproxy-store(1), myproxy-server.config(5), myproxy-admin-adduser(8),
136 myproxy-admin-change-pass(8), myproxy-admin-load-credential(8),
137 myproxy-admin-query(8), myproxy-server(8)
138
139
140
141MyProxy 2009-12-1 myproxy-info(1)