1myproxy-info(1)                     MyProxy                    myproxy-info(1)
2
3
4

NAME

6       myproxy-info - display information about MyProxy credentials
7

SYNOPSIS

9       myproxy-info [ options ]
10

DESCRIPTION

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

OPTIONS

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 name, --username name
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

EXIT STATUS

68       0 on success, >0 on error
69

ENVIRONMENT

71       MYPROXY_SERVER
72              Specifies the hostname(s) where the  myproxy-server(8)  is  run‐
73              ning.  Multiple  hostnames can be specified in a comma separated
74              list with each hostname optionally followed by a  ':'  and  port
75              number.   This  environment variable can be used in place of the
76              -s option.
77
78       MYPROXY_SERVER_PORT
79              Specifies the port where the myproxy-server(8) is running.  This
80              environment variable can be used in place of the -p option.
81
82       MYPROXY_SERVER_DN
83              Specifies  the distinguished name (DN) of the myproxy-server(8).
84              All MyProxy client programs authenticate the server's  identity.
85              By  default,  MyProxy  servers run with host credentials, so the
86              MyProxy client programs expect the  server  to  have  a  distin‐
87              guished  name  with "/CN=host/<fqhn>" or "/CN=myproxy/<fqhn>" or
88              "/CN=<fqhn>" (where <fqhn> is the  fully-qualified  hostname  of
89              the  server).   If the server is running with some other DN, you
90              can set this environment variable to tell the MyProxy clients to
91              accept the alternative DN.
92
93       MYPROXY_TCP_PORT_RANGE
94              Specifies  a  range  of valid port numbers in the form "min,max"
95              for the client side of the network connection to the server.  By
96              default,  the  client will bind to any available port.  Use this
97              environment variable to restrict  the  ports  used  to  a  range
98              allowed  by  your  firewall.   If unset, MyProxy will follow the
99              setting of the GLOBUS_TCP_PORT_RANGE environment variable.
100
101       X509_USER_CERT
102              Specifies a non-standard location for the certificate to be used
103              for authentication to the myproxy-server(8).
104
105       X509_USER_KEY
106              Specifies a non-standard location for the private key to be used
107              for authentication to the
108
109       X509_USER_PROXY
110              Specifies a non-standard location for the proxy credential to be
111              used for authentication to the myproxy-server(8).
112
113       X509_CERT_DIR
114              Specifies a non-standard location for the CA certificates direc‐
115              tory.
116

AUTHORS

118       See http://myproxy.ncsa.uiuc.edu/about for the list of MyProxy authors.
119

SEE ALSO

121       myproxy-change-pass-phrase(1),  myproxy-destroy(1),  myproxy-get-trust‐
122       roots(1),   myproxy-init(1),   myproxy-logon(1),   myproxy-retrieve(1),
123       myproxy-store(1),  myproxy-server.config(5),  myproxy-admin-adduser(8),
124       myproxy-admin-change-pass(8),         myproxy-admin-load-credential(8),
125       myproxy-admin-query(8), myproxy-server(8)
126
127
128
129MyProxy                            2009-12-1                   myproxy-info(1)
Impressum