1ICEAUTH(1)                  General Commands Manual                 ICEAUTH(1)
2
3
4

NAME

6       iceauth - ICE authority file utility
7

SYNOPSIS

9       iceauth [ -f authfile ] [ -vqibuV ] [ command arg ... ]
10

DESCRIPTION

12       The  iceauth  program  is  used  to  edit and display the authorization
13       information used in connecting with ICE.  This program is usually  used
14       to  extract authorization records from one machine and merge them in on
15       another (as is the case when using remote logins or granting access  to
16       other users).  Commands (described below) may be entered interactively,
17       on the iceauth command line, or in scripts.
18

OPTIONS

20       -f authfile  Name of the authority file to use. Will default to
21                    the file currently in use by the session.
22
23       -v           Turns on extra messages (verbose mode)
24
25       -q           Turns off extra messages (quiet mode)
26
27       -i           Ignore the locks on the authority file
28
29       -b           Break the locks on the authority file
30
31       -u           Print basic usage instructions
32
33       -V           Print version and exit
34

USAGE

36       When iceauth is run it will allow the following set of commands  to  be
37       entered interactively or in scripts.
38
39       ?
40
41       List available commands.
42
43       help
44
45       Print  help  information.  You may supply a command name to help to get
46       specific information about it.
47
48       info
49
50       Print information about the entries in the authority file.
51
52       list
53
54       List (print) entries in the authority file. You  may  specify  optional
55       modifiers as below to specify which entries are listed.
56
57       list [ protocol_name ] [ protocol_data ] [ netid ] [ authname ]
58
59       add
60
61       Add an entry to the authority file. This must be in the format
62
63       add protocol_name protocol_data netid authname authdata
64
65       remove
66
67       Remove entries from the authority file.
68
69       remove [ protocol_name ] [ protocol_data ] [ netid ] [ authname ]
70
71       extract
72
73       Extract  entries  from the authority file in to a destination file. You
74       must supply the path to the destination to this command as in the  fol‐
75       lowing  format.  Optional  specifiers allow you to narrow which entries
76       are extracted.
77
78       extract filename [ protocol_name ] [ protocol_data ] [ netid ] [  auth‐
79       name ]
80
81       merge
82
83       Merge entries from other files in to the authority file selected by the
84       program. You may supply any number of file paths  to  this  command  as
85       follows:
86
87       merge filename1 [ filename2 ] [ filename3 ] ...
88
89       exit
90
91       Save changes and exit the program.
92
93       quit
94
95       Abort changes and exit the program without saving.
96
97       source
98
99       Read and execute commands from a file.
100
101       source filename
102

AUTHOR

104       Ralph Mor, X Consortium
105
106
107
108X Version 11                     iceauth 1.0.8                      ICEAUTH(1)
Impressum