source: trunk/third/ksrvutil/kadm_err.et @ 11760

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