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