Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / kauth / kaerrors.et
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License. For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 # */
9
10 # Kerberos Authentication Server error table
11
12 # NOTE: KANOAUTH value is hardcoded in audit/audit.h, so if you make
13 # changes here, make sure that audit/audit.h is kept up to date.
14
15 error_table KA
16 ec KADATABASEINCONSISTENT, "AuthServer database is inconsistent"
17 ec KAEXIST, "user already exists"
18 ec KAIO, "Ubik I/O error"
19 ec KACREATEFAIL, "couldn't allocate entry"
20 ec KANOENT, "user doesn't exist"
21 ec KAEMPTY, "database empty or corrupted"
22 ec KABADNAME, "name or instance is too long or contains illegal characters"
23 ec KABADINDEX, "bad index used internally"
24 ec KANOAUTH, "caller not authorized"
25 ec KAANSWERTOOLONG, "answer packet too short for result"
26 ec KABADREQUEST, "request packet in error"
27 ec KAOLDINTERFACE, "interface incompatible"
28 ec KABADARGUMENT, "argument out of range"
29 ec KABADCMD, "administrative command called incorrectly"
30 ec KANOKEYS, "can't create session key"
31 ec KAREADPW, "can't read password from terminal"
32 ec KABADKEY, "illegal key: bad parity or weak"
33 ec KAUBIKINIT, "Ubik ClientInit failed"
34 ec KAUBIKCALL, "Ubik Call failed"
35 ec KABADPROTOCOL, "AuthServer returned incorrect response"
36 ec KANOCELLS, "error reading cell database"
37 ec KANOCELL, "cell name not found"
38 ec KATOOMANYUBIKS, "too many Ubik security objects outstanding"
39 ec KATOOMANYKEYS, "too many keys were passed to the server's security object"
40 ec KABADTICKET, "authentication server was passed a bad ticket"
41 ec KAUNKNOWNKEY, "unknown key version number"
42 ec KAKEYCACHEINVALID, "key cache invalidated by some key change"
43 ec KABADSERVER, "may not issue ticket for server"
44 ec KABADUSER, "may not authenticate as this user"
45 ec KABADCPW, "may not change your key"
46 ec KABADCREATE, "not allowed to create associate"
47 ec KANOTICKET, "can't find suitable ticket"
48 ec KAASSOCUSER, "operation not allowed for associate user"
49 ec KANOTSPECIAL, "not a special AuthServer principal"
50 ec KACLOCKSKEW, "server and client clocks are badly skewed"
51 ec KANORECURSE, "not allowed to recursively call set_password from get_time"
52 ec KARXFAIL, "Rx failed for some reason"
53 ec KANULLPASSWORD, "zero length password is illegal"
54 ec KAINTERNALERROR, "internal error encountered in kaserver"
55 ec KAPWEXPIRED, "password has expired (KAPWEXPIRED)"
56 ec KAREUSED, "it seems like a reused password (KAREUSED)"
57 ec KATOOSOON, "you changed it too recently; see your systems administrator (KATOOSOON)"
58 ec KALOCKED, "ID is locked - see your system admin (KALOCKED)"
59 end