~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to source4/heimdal/lib/krb5/k524_err.et

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Error messages for the k524 functions
 
3
#
 
4
# This might look like a com_err file, but is not
 
5
#
 
6
id "$Id$"
 
7
 
 
8
error_table k524
 
9
 
 
10
prefix KRB524
 
11
error_code BADKEY,              "wrong keytype in ticket"
 
12
error_code BADADDR,             "incorrect network address"
 
13
error_code BADPRINC,            "cannot convert V5 principal"           #unused
 
14
error_code BADREALM,            "V5 realm name longer than V4 maximum"  #unused
 
15
error_code V4ERR,               "kerberos V4 error server"
 
16
error_code ENCFULL,             "encoding too large at server"
 
17
error_code DECEMPTY,            "decoding out of data"                  #unused
 
18
error_code NOTRESP,             "service not responding"                #unused
 
19
end
 
20