~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/lib/krb4/kadm_err.et

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#       kadmin.v4/server/kadm_err.et
2
 
#
3
 
# Copyright 1988 by the Massachusetts Institute of Technology.
4
 
#
5
 
# For copying and distribution information, please see the file
6
 
# <mit-copyright.h>.
7
 
#
8
 
# Kerberos administration server error table
9
 
#
10
 
        et      kadm
11
 
 
12
 
# KADM_SUCCESS, as all success codes should be, is zero
13
 
 
14
 
ec KADM_RCSID,          "$Header$"
15
 
# /* Building and unbuilding the packet errors */
16
 
ec KADM_NO_REALM,       "Cannot fetch local realm"
17
 
ec KADM_NO_CRED,        "Unable to fetch credentials"
18
 
ec KADM_BAD_KEY,        "Bad key supplied"
19
 
ec KADM_NO_ENCRYPT,     "Can't encrypt data"
20
 
ec KADM_NO_AUTH,        "Cannot encode/decode authentication info"
21
 
ec KADM_WRONG_REALM,    "Principal attemping change is in wrong realm"
22
 
ec KADM_NO_ROOM,        "Packet is too large"
23
 
ec KADM_BAD_VER,        "Version number is incorrect"
24
 
ec KADM_BAD_CHK,        "Checksum does not match"
25
 
ec KADM_NO_READ,        "Unsealing private data failed"
26
 
ec KADM_NO_OPCODE,      "Unsupported operation"
27
 
ec KADM_NO_HOST,        "Could not find administrating host"
28
 
ec KADM_UNK_HOST,       "Administrating host name is unknown"
29
 
ec KADM_NO_SERV,        "Could not find service name in services database"
30
 
ec KADM_NO_SOCK,        "Could not create socket"
31
 
ec KADM_NO_CONN,        "Could not connect to server"
32
 
ec KADM_NO_HERE,        "Could not fetch local socket address"
33
 
ec KADM_NO_MAST,        "Could not fetch master key"
34
 
ec KADM_NO_VERI,        "Could not verify master key"
35
 
 
36
 
# /* From the server side routines */
37
 
ec KADM_INUSE,          "Entry already exists in database"
38
 
ec KADM_UK_SERROR,      "Database store error"
39
 
ec KADM_UK_RERROR,      "Database read error"
40
 
ec KADM_UNAUTH,         "Insufficient access to perform requested operation"
41
 
# KADM_DATA isn't really an error, but...
42
 
ec KADM_DATA,           "Data is available for return to client"
43
 
ec KADM_NOENTRY,        "No such entry in the database"
44
 
 
45
 
ec KADM_NOMEM,          "Memory exhausted"
46
 
ec KADM_NO_HOSTNAME,    "Could not fetch system hostname"
47
 
ec KADM_NO_BIND,        "Could not bind port"
48
 
ec KADM_LENGTH_ERROR,   "Length mismatch problem"
49
 
ec KADM_ILL_WILDCARD,   "Illegal use of wildcard"
50
 
 
51
 
ec KADM_DB_INUSE,       "Database locked or in use"
52
 
 
53
 
ec KADM_INSECURE_PW,    "Insecure password rejected"
54
 
ec KADM_PW_MISMATCH,    "Cleartext password and DES key did not match"
55
 
 
56
 
ec KADM_NOT_SERV_PRINC, "Invalid principal for change srvtab request"
57
 
ec KADM_REALM_TOO_LONG, "Realm name too long"
58
 
end