1 #pragma ident "%Z%%M% %I% %E% SMI"
4 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
6 * Openvision retains the copyright to derivative works of
7 * this source code. Do *NOT* create a derivative of this
8 * source code before consulting with your legal department.
9 * Do *NOT* integrate *ANY* of this source code into another
10 * product before consulting with your legal department.
12 * For further information, read the top-level Openvision
13 * copyright which is contained in the top-level MIT Kerberos
16 * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
22 /* kadmin_ct.c - automatically generated from kadmin_ct.ct */
23 /* Above no longer appears to be true */
26 * I18n hack. We sill define gettext(s) to be s here. That way the info_strings
27 * will be extracted to the .po file.
38 static char const * const ssu00001
[] = {
44 extern void kadmin_addprinc __SS_PROTO
;
45 static char const * const ssu00002
[] = {
50 extern void kadmin_delprinc __SS_PROTO
;
51 static char const * const ssu00003
[] = {
56 extern void kadmin_modprinc __SS_PROTO
;
57 static char const * const ssu00004
[] = {
62 extern void kadmin_cpw __SS_PROTO
;
63 static char const * const ssu00005
[] = {
68 extern void kadmin_getprinc __SS_PROTO
;
69 static char const * const ssu00006
[] = {
76 extern void kadmin_getprincs __SS_PROTO
;
77 static char const * const ssu00007
[] = {
82 extern void kadmin_addpol __SS_PROTO
;
83 static char const * const ssu00008
[] = {
88 extern void kadmin_modpol __SS_PROTO
;
89 static char const * const ssu00009
[] = {
94 extern void kadmin_delpol __SS_PROTO
;
95 static char const * const ssu00010
[] = {
100 extern void kadmin_getpol __SS_PROTO
;
101 static char const * const ssu00011
[] = {
108 extern void kadmin_getpols __SS_PROTO
;
109 static char const * const ssu00012
[] = {
114 extern void kadmin_getprivs __SS_PROTO
;
115 static char const * const ssu00013
[] = {
120 extern void kadmin_keytab_add __SS_PROTO
;
121 static char const * const ssu00014
[] = {
126 extern void kadmin_keytab_remove __SS_PROTO
;
128 static char const * const ssu00015
[] = {
132 extern void kadmin_lock __SS_PROTO
;
133 static char const * const ssu00016
[] = {
137 extern void kadmin_unlock __SS_PROTO
;
139 static char const * const ssu00017
[] = {
146 extern void ss_list_requests __SS_PROTO
;
147 static char const * const ssu00018
[] = {
153 extern void ss_quit __SS_PROTO
;
154 static ss_request_entry ssu00019
[] = {
157 gettext("Add principal"),
161 gettext("Delete principal"),
165 gettext("Modify principal"),
169 gettext("Change password"),
173 gettext("Get principal"),
177 gettext("List principals"),
181 gettext("Add policy"),
185 gettext("Modify policy"),
189 gettext("Delete policy"),
193 gettext("Get policy"),
197 gettext("List policies"),
201 gettext("Get privileges"),
205 gettext("Add entry(s) to a keytab"),
208 kadmin_keytab_remove
,
209 gettext("Remove entry(s) from a keytab"),
213 gettext("Lock database exclusively (use with extreme caution!)"),
217 gettext("Release exclusive database lock"),
221 gettext("List available requests."),
225 gettext("Exit program."),
230 ss_request_table kadmin_cmds
= { 2, ssu00019
};