mirror of
https://github.com/samba-team/samba.git
synced 2025-06-22 07:17:05 +03:00
This is based on f56a3b1846c7d462542f2e9527f4d0ed8a34748d in my heimdal-wip repo. metze (This used to be commit 467a1f2163a63cdf1a4c83a69473db50e8794f53)
21 lines
577 B
Plaintext
21 lines
577 B
Plaintext
#
|
|
# Error messages for the k524 functions
|
|
#
|
|
# This might look like a com_err file, but is not
|
|
#
|
|
id "$Id$"
|
|
|
|
error_table k524
|
|
|
|
prefix KRB524
|
|
error_code BADKEY, "wrong keytype in ticket"
|
|
error_code BADADDR, "incorrect network address"
|
|
error_code BADPRINC, "cannot convert V5 principal" #unused
|
|
error_code BADREALM, "V5 realm name longer than V4 maximum" #unused
|
|
error_code V4ERR, "kerberos V4 error server"
|
|
error_code ENCFULL, "encoding too large at server"
|
|
error_code DECEMPTY, "decoding out of data" #unused
|
|
error_code NOTRESP, "service not responding" #unused
|
|
end
|
|
|