home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume17 / com_err / part01 / test1.et < prev    next >
Text File  |  1991-02-25  |  1KB  |  70 lines

  1.     error_table    krb
  2.  
  3.     error_code    KRB_MK_AP_TKFIL,
  4.             "Can't read ticket file"
  5.  
  6.     ec        KRB_MK_AP_NOTKT,
  7.             "Can't find ticket or TGT"
  8.  
  9.     ec        KRB_MK_AP_TGTEXP,
  10.             "TGT expired"
  11.  
  12.     ec        KRB_RD_AP_UNDEC,
  13.             "Can't decode authenticator"
  14.  
  15.     ec        KRB_RD_AP_EXP,
  16.             "Ticket expired"
  17.  
  18.     ec        KRB_RD_AP_REPEAT,
  19.             "Repeated request"
  20.  
  21.     ec        KRB_RD_AP_NOT_US,
  22.             "The ticket isn't for us"
  23.  
  24.     ec        KRB_RD_AP_INCON,
  25.             "Request is inconsistent"
  26.  
  27.     ec        KRB_RD_AP_TIME,
  28.             "Delta-T too big"
  29.  
  30.     ec        KRB_RD_AP_BADD,
  31.             "Incorrect net address"
  32.  
  33.     ec        KRB_RD_AP_VERSION,
  34.             "Protocol version mismatch"
  35.  
  36.     ec        KRB_RD_AP_MSG_TYPE,
  37.             "Invalid message type"
  38.  
  39.     ec        KRB_RD_AP_MODIFIED,
  40.             "Message stream modified"
  41.  
  42.     ec        KRB_RD_AP_ORDER,
  43.             "Message out of order"
  44.  
  45.     ec        KRB_RD_AP_UNAUTHOR,
  46.             "Unauthorized request"
  47.  
  48.     ec        KRB_GT_PW_NULL,
  49.             "Current password is null"
  50.  
  51.     ec        KRB_GT_PW_BADPW,
  52.             "Incorrect current password"
  53.  
  54.     ec        KRB_GT_PW_PROT,
  55.             "Protocol error"
  56.  
  57.     ec        KRB_GT_PW_KDCERR,
  58.             "Error returned by KDC"
  59.  
  60.     ec        KRB_GT_PW_NULLTKT,
  61.             "Null ticket returned by KDC"
  62.  
  63.     ec        KRB_SKDC_RETRY,
  64.             "Retry count exceeded"
  65.  
  66.     ec        KRB_SKDC_CANT,
  67.             "Can't send request"
  68.  
  69.     end
  70.