No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / lib / kadm5 / iprop-commands.in
blobff2198792e51f7916534bde7f471eb81b13458df
1 /*
2  * Copyright (c) 2005 Kungliga Tekniska Högskolan
3  * (Royal Institute of Technology, Stockholm, Sweden). 
4  * All rights reserved. 
5  *
6  * Redistribution and use in source and binary forms, with or without 
7  * modification, are permitted provided that the following conditions 
8  * are met: 
9  *
10  * 1. Redistributions of source code must retain the above copyright 
11  *    notice, this list of conditions and the following disclaimer. 
12  *
13  * 2. Redistributions in binary form must reproduce the above copyright 
14  *    notice, this list of conditions and the following disclaimer in the 
15  *    documentation and/or other materials provided with the distribution. 
16  *
17  * 3. Neither the name of the Institute nor the names of its contributors 
18  *    may be used to endorse or promote products derived from this software 
19  *    without specific prior written permission. 
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND 
22  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
24  * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE 
25  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
26  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
27  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
28  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
29  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
30  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
31  * SUCH DAMAGE. 
32  */
33 /* $Heimdal: iprop-commands.in 20602 2007-05-08 03:08:35Z lha $
34    $NetBSD$ */
36 command = {
37         name = "dump"
38         option = {
39                 long = "config-file"
40                 short = "c"
41                 type = "string"
42                 help = "configuration file"
43                 argument = "file"
44         }
45         option = {
46                 long = "realm"
47                 short = "r"
48                 type = "string"
49                 help = "realm"
50         }
51         function = "iprop_dump"
52         help = "Prints the iprop transaction log in text."
53         max_args = "0"
55 command = {
56         name = "truncate"
57         option = {
58                 long = "config-file"
59                 short = "c"
60                 type = "string"
61                 help = "configuration file"
62                 argument = "file"
63         }
64         option = {
65                 long = "realm"
66                 short = "r"
67                 type = "string"
68                 help = "realm"
69         }
70         function = "iprop_truncate"
71         help = "Truncate the log, preserve the version number."
72         max_args = "0"
74 command = {
75         name = "replay"
76         option = {
77                 long = "start-version"
78                 type = "integer"
79                 help = "start replay with this version"
80                 argument = "version-number"
81                 default = "-1"
82         }
83         option = {
84                 long = "end-version"
85                 type = "integer"
86                 help = "end replay with this version"
87                 argument = "version-number"
88                 default = "-1"
89         }
90         option = {
91                 long = "config-file"
92                 short = "c"
93                 type = "string"
94                 help = "configuration file"
95                 argument = "file"
96         }
97         option = {
98                 long = "realm"
99                 short = "r"
100                 type = "string"
101                 help = "realm"
102         }
103         function = "iprop_replay"
104         help = "Replay the log on the database."
105         max_args = "0"
107 command = {
108         name = "last-version"
109         option = {
110                 long = "config-file"
111                 short = "c"
112                 type = "string"
113                 help = "configuration file"
114                 argument = "file"
115         }
116         option = {
117                 long = "realm"
118                 short = "r"
119                 type = "string"
120                 help = "realm"
121         }
122         function = "last_version"
123         help = "Print the last version of the log-file."
124         max_args = "0"
126 command = {
127         name = "help"
128         argument = "command"
129         max_args = "1"
130         function = "help"