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