Last change
on this file was 1, checked in by Paul Smedley, 10 years ago |
Initial commit of Heimdal 1.5.3
|
File size:
577 bytes
|
Line | |
---|
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 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.