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