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

NAME

6       myproxy-destroy - remove a credential from the repository
7

SYNOPSIS

9       myproxy-destroy [ options ]
10

DESCRIPTION

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

OPTIONS

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

ENVIRONMENT

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

AUTHORS

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

SEE ALSO

113       myproxy-change-pass-phrase(1),    myproxy-get-trustroots(1),   myproxy-
114       info(1),   myproxy-init(1),   myproxy-logon(1),    myproxy-retrieve(1),
115       myproxy-store(1),  myproxy-server.config(5),  myproxy-admin-adduser(8),
116       myproxy-admin-change-pass(8),         myproxy-admin-load-credential(8),
117       myproxy-admin-query(8), myproxy-server(8)
118
119
120
121MyProxy                            2009-12-1                myproxy-destroy(1)
Impressum