xref: /onnv-gate/usr/src/lib/krb5/kadm5/kadm_err.h (revision 0:68f95e015346)
1*0Sstevel@tonic-gate /*
2*0Sstevel@tonic-gate  * Copyright 2000-2002 Sun Microsystems, Inc.  All rights reserved.
3*0Sstevel@tonic-gate  * Use is subject to license terms.
4*0Sstevel@tonic-gate  */
5*0Sstevel@tonic-gate 
6*0Sstevel@tonic-gate #pragma ident	"%Z%%M%	%I%	%E% SMI"
7*0Sstevel@tonic-gate 
8*0Sstevel@tonic-gate /*
9*0Sstevel@tonic-gate  * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
10*0Sstevel@tonic-gate  *
11*0Sstevel@tonic-gate  *	Openvision retains the copyright to derivative works of
12*0Sstevel@tonic-gate  *	this source code.  Do *NOT* create a derivative of this
13*0Sstevel@tonic-gate  *	source code before consulting with your legal department.
14*0Sstevel@tonic-gate  *	Do *NOT* integrate *ANY* of this source code into another
15*0Sstevel@tonic-gate  *	product before consulting with your legal department.
16*0Sstevel@tonic-gate  *
17*0Sstevel@tonic-gate  *	For further information, read the top-level Openvision
18*0Sstevel@tonic-gate  *	copyright which is contained in the top-level MIT Kerberos
19*0Sstevel@tonic-gate  *	copyright.
20*0Sstevel@tonic-gate  *
21*0Sstevel@tonic-gate  * WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
22*0Sstevel@tonic-gate  *
23*0Sstevel@tonic-gate  */
24*0Sstevel@tonic-gate 
25*0Sstevel@tonic-gate 
26*0Sstevel@tonic-gate /*
27*0Sstevel@tonic-gate  * kadm_err.h:
28*0Sstevel@tonic-gate  * This file is automatically generated; please do not edit it.
29*0Sstevel@tonic-gate  */
30*0Sstevel@tonic-gate #define KADM5_FAILURE                            (43787520L)
31*0Sstevel@tonic-gate #define KADM5_AUTH_GET                           (43787521L)
32*0Sstevel@tonic-gate #define KADM5_AUTH_ADD                           (43787522L)
33*0Sstevel@tonic-gate #define KADM5_AUTH_MODIFY                        (43787523L)
34*0Sstevel@tonic-gate #define KADM5_AUTH_DELETE                        (43787524L)
35*0Sstevel@tonic-gate #define KADM5_AUTH_INSUFFICIENT                  (43787525L)
36*0Sstevel@tonic-gate #define KADM5_BAD_DB                             (43787526L)
37*0Sstevel@tonic-gate #define KADM5_DUP                                (43787527L)
38*0Sstevel@tonic-gate #define KADM5_RPC_ERROR                          (43787528L)
39*0Sstevel@tonic-gate #define KADM5_NO_SRV                             (43787529L)
40*0Sstevel@tonic-gate #define KADM5_BAD_HIST_KEY                       (43787530L)
41*0Sstevel@tonic-gate #define KADM5_NOT_INIT                           (43787531L)
42*0Sstevel@tonic-gate #define KADM5_UNK_PRINC                          (43787532L)
43*0Sstevel@tonic-gate #define KADM5_UNK_POLICY                         (43787533L)
44*0Sstevel@tonic-gate #define KADM5_BAD_MASK                           (43787534L)
45*0Sstevel@tonic-gate #define KADM5_BAD_CLASS                          (43787535L)
46*0Sstevel@tonic-gate #define KADM5_BAD_LENGTH                         (43787536L)
47*0Sstevel@tonic-gate #define KADM5_BAD_POLICY                         (43787537L)
48*0Sstevel@tonic-gate #define KADM5_BAD_PRINCIPAL                      (43787538L)
49*0Sstevel@tonic-gate #define KADM5_BAD_AUX_ATTR                       (43787539L)
50*0Sstevel@tonic-gate #define KADM5_BAD_HISTORY                        (43787540L)
51*0Sstevel@tonic-gate #define KADM5_BAD_MIN_PASS_LIFE                  (43787541L)
52*0Sstevel@tonic-gate #define KADM5_PASS_Q_TOOSHORT                    (43787542L)
53*0Sstevel@tonic-gate #define KADM5_PASS_Q_CLASS                       (43787543L)
54*0Sstevel@tonic-gate #define KADM5_PASS_Q_DICT                        (43787544L)
55*0Sstevel@tonic-gate #define KADM5_PASS_REUSE                         (43787545L)
56*0Sstevel@tonic-gate #define KADM5_PASS_TOOSOON                       (43787546L)
57*0Sstevel@tonic-gate #define KADM5_POLICY_REF                         (43787547L)
58*0Sstevel@tonic-gate #define KADM5_INIT                               (43787548L)
59*0Sstevel@tonic-gate #define KADM5_BAD_PASSWORD                       (43787549L)
60*0Sstevel@tonic-gate #define KADM5_PROTECT_PRINCIPAL                  (43787550L)
61*0Sstevel@tonic-gate #define KADM5_BAD_SERVER_HANDLE                  (43787551L)
62*0Sstevel@tonic-gate #define KADM5_BAD_STRUCT_VERSION                 (43787552L)
63*0Sstevel@tonic-gate #define KADM5_OLD_STRUCT_VERSION                 (43787553L)
64*0Sstevel@tonic-gate #define KADM5_NEW_STRUCT_VERSION                 (43787554L)
65*0Sstevel@tonic-gate #define KADM5_BAD_API_VERSION                    (43787555L)
66*0Sstevel@tonic-gate #define KADM5_OLD_LIB_API_VERSION                (43787556L)
67*0Sstevel@tonic-gate #define KADM5_OLD_SERVER_API_VERSION             (43787557L)
68*0Sstevel@tonic-gate #define KADM5_NEW_LIB_API_VERSION                (43787558L)
69*0Sstevel@tonic-gate #define KADM5_NEW_SERVER_API_VERSION             (43787559L)
70*0Sstevel@tonic-gate #define KADM5_SECURE_PRINC_MISSING               (43787560L)
71*0Sstevel@tonic-gate #define KADM5_NO_RENAME_SALT                     (43787561L)
72*0Sstevel@tonic-gate #define KADM5_BAD_CLIENT_PARAMS                  (43787562L)
73*0Sstevel@tonic-gate #define KADM5_BAD_SERVER_PARAMS                  (43787563L)
74*0Sstevel@tonic-gate #define KADM5_AUTH_LIST                          (43787564L)
75*0Sstevel@tonic-gate #define KADM5_AUTH_CHANGEPW                      (43787565L)
76*0Sstevel@tonic-gate #define KADM5_GSS_ERROR                          (43787566L)
77*0Sstevel@tonic-gate #define KADM5_BAD_TL_TYPE                        (43787567L)
78*0Sstevel@tonic-gate #define KADM5_MISSING_CONF_PARAMS                (43787568L)
79*0Sstevel@tonic-gate #define KADM5_BAD_SERVER_NAME                    (43787569L)
80*0Sstevel@tonic-gate #define KADM5_AUTH_SETKEY                        (43787570L)
81*0Sstevel@tonic-gate #define KADM5_SETKEY_DUP_ENCTYPES                (43787571L)
82*0Sstevel@tonic-gate #define KADM5_SETV4KEY_INVAL_ENCTYPE             (43787572L)
83*0Sstevel@tonic-gate #define KADM5_SETKEY3_ETYPE_MISMATCH             (43787573L)
84*0Sstevel@tonic-gate #define KADM5_RPC_ERROR_CANTENCODEARGS           (43787574L)
85*0Sstevel@tonic-gate #define KADM5_RPC_ERROR_CANTDECODEARGS           (43787575L)
86*0Sstevel@tonic-gate 
87*0Sstevel@tonic-gate #define ERROR_TABLE_BASE_ovk (43787520L)
88*0Sstevel@tonic-gate 
89*0Sstevel@tonic-gate /* for compatibility with older versions... */
90*0Sstevel@tonic-gate #define ovk_err_base ERROR_TABLE_BASE_ovk
91