1# Copyright 1987,1988 Massachusetts Institute of Technology 2# 3# For copying and distribution information, see the file 4# "mit-copyright.h". 5# 6# This might look like a com_err file, but is not 7# 8id "$Id: krb_err.et,v 1.7 1998/03/29 14:19:52 bg Exp $" 9 10error_table krb 11 12prefix KRBET 13ec KSUCCESS, "Kerberos successful" 14ec KDC_NAME_EXP, "Kerberos principal expired" 15ec KDC_SERVICE_EXP, "Kerberos service expired" 16ec KDC_AUTH_EXP, "Kerberos auth expired" 17ec KDC_PKT_VER, "Incorrect kerberos master key version" 18ec KDC_P_MKEY_VER, "Incorrect kerberos master key version" 19ec KDC_S_MKEY_VER, "Incorrect kerberos master key version" 20ec KDC_BYTE_ORDER, "Kerberos error: byte order unknown" 21ec KDC_PR_UNKNOWN, "Kerberos principal unknown" 22ec KDC_PR_N_UNIQUE, "Kerberos principal not unique" 23ec KDC_NULL_KEY, "Kerberos principal has null key" 24index 20 25ec KDC_GEN_ERR, "Generic error from Kerberos KDC" 26ec GC_TKFIL, "Can't read Kerberos ticket file" 27ec GC_NOTKT, "Can't find Kerberos ticket or TGT" 28index 26 29ec MK_AP_TGTEXP, "Kerberos TGT Expired" 30index 31 31ec RD_AP_UNDEC, "Kerberos error: Can't decode authenticator" 32ec RD_AP_EXP, "Kerberos ticket expired" 33ec RD_AP_NYV, "Kerberos ticket not yet valid" 34ec RD_AP_REPEAT, "Kerberos error: Repeated request" 35ec RD_AP_NOT_US, "The kerberos ticket isn't for us" 36ec RD_AP_INCON, "Kerberos request inconsistent" 37ec RD_AP_TIME, "Kerberos error: delta_t too big" 38ec RD_AP_BADD, "Kerberos error: incorrect net address" 39ec RD_AP_VERSION, "Kerberos protocol version mismatch" 40ec RD_AP_MSG_TYPE, "Kerberos error: invalid msg type" 41ec RD_AP_MODIFIED, "Kerberos error: message stream modified" 42ec RD_AP_ORDER, "Kerberos error: message out of order" 43ec RD_AP_UNAUTHOR, "Kerberos error: unauthorized request" 44index 51 45ec GT_PW_NULL, "Kerberos error: current PW is null" 46ec GT_PW_BADPW, "Kerberos error: Incorrect current password" 47ec GT_PW_PROT, "Kerberos protocol error" 48ec GT_PW_KDCERR, "Error returned by Kerberos KDC" 49ec GT_PW_NULLTKT, "Null Kerberos ticket returned by KDC" 50ec SKDC_RETRY, "Kerberos error: Retry count exceeded" 51ec SKDC_CANT, "Kerberos error: Can't send request" 52index 61 53ec INTK_W_NOTALL, "Kerberos error: not all tickets returned" 54ec INTK_BADPW, "Kerberos error: incorrect password" 55ec INTK_PROT, "Kerberos error: Protocol Error" 56index 70 57ec INTK_ERR, "Other error" 58ec AD_NOTGT, "Don't have Kerberos ticket-granting ticket" 59index 76 60ec NO_TKT_FIL, "No ticket file found" 61ec TKT_FIL_ACC, "Couldn't access ticket file" 62ec TKT_FIL_LCK, "Couldn't lock ticket file" 63ec TKT_FIL_FMT, "Bad ticket file format" 64ec TKT_FIL_INI, "tf_init not called first" 65ec KNAME_FMT, "Bad Kerberos name format" 66