remove gcc34
[dragonfly.git] / crypto / heimdal-0.6.3 / lib / kadm5 / kadm5_err.et
1 #
2 # Error messages for the kadm5 library
3 #
4 # This might look like a com_err file, but is not
5 #
6 id "$Id: kadm5_err.et,v 1.5 2001/12/06 17:02:55 assar Exp $"
7
8 error_table ovk kadm5
9
10 prefix KADM5
11 error_code FAILURE,             "Operation failed for unspecified reason"
12 error_code AUTH_GET,            "Operation requires `get' privilege"
13 error_code AUTH_ADD,            "Operation requires `add' privilege"
14 error_code AUTH_MODIFY,         "Operation requires `modify' privilege"
15 error_code AUTH_DELETE,         "Operation requires `delete' privilege"
16 error_code AUTH_INSUFFICIENT,   "Insufficient authorization for operation"
17 error_code BAD_DB,              "Database inconsistency detected"
18 error_code DUP,                 "Principal or policy already exists"
19 error_code RPC_ERROR,           "Communication failure with server"
20 error_code NO_SRV,              "No administration server found for realm"
21 error_code BAD_HIST_KEY,        "Password history principal key version mismatch"
22 error_code NOT_INIT,            "Connection to server not initialized"
23 error_code UNK_PRINC,           "Principal does not exist"
24 error_code UNK_POLICY,          "Policy does not exist"
25 error_code BAD_MASK,            "Invalid field mask for operation"
26 error_code BAD_CLASS,           "Invalid number of character classes"
27 error_code BAD_LENGTH,          "Invalid password length"
28 error_code BAD_POLICY,          "Invalid policy name"
29 error_code BAD_PRINCIPAL,       "Invalid principal name."
30 error_code BAD_AUX_ATTR,        "Invalid auxillary attributes"
31 error_code BAD_HISTORY,         "Invalid password history count"
32 error_code BAD_MIN_PASS_LIFE,   "Password minimum life is greater than password maximum life"
33 error_code PASS_Q_TOOSHORT,     "Password is too short"
34 error_code PASS_Q_CLASS,        "Password does not contain enough character classes"
35 error_code PASS_Q_DICT,         "Password is in the password dictionary"
36 error_code PASS_REUSE,          "Can't resuse password"
37 error_code PASS_TOOSOON,        "Current password's minimum life has not expired"
38 error_code POLICY_REF,          "Policy is in use"
39 error_code INIT,                "Connection to server already initialized"
40 error_code BAD_PASSWORD,        "Incorrect password"
41 error_code PROTECT_PRINCIPAL,   "Can't change protected principal"
42 error_code BAD_SERVER_HANDLE,   "Programmer error!  Bad Admin server handle"
43 error_code BAD_STRUCT_VERSION,  "Programmer error!  Bad API structure version"
44 error_code OLD_STRUCT_VERSION,  "API structure version specified by application is no longer supported"
45 error_code NEW_STRUCT_VERSION,  "API structure version specified by application is unknown to libraries"
46 error_code BAD_API_VERSION,     "Programmer error!  Bad API version"
47 error_code OLD_LIB_API_VERSION, "API version specified by application is no longer supported by libraries"
48 error_code OLD_SERVER_API_VERSION,"API version specified by application is no longer supported by server"
49 error_code NEW_LIB_API_VERSION, "API version specified by application is unknown to libraries"
50 error_code NEW_SERVER_API_VERSION,"API version specified by application is unknown to server"
51 error_code SECURE_PRINC_MISSING,"Database error! Required principal missing"
52 error_code NO_RENAME_SALT,      "The salt type of the specified principal does not support renaming"
53 error_code BAD_CLIENT_PARAMS,   "Invalid configuration parameter for remote KADM5 client"
54 error_code BAD_SERVER_PARAMS,   "Invalid configuration parameter for local KADM5 client."
55 error_code AUTH_LIST,           "Operation requires `list' privilege"
56 error_code AUTH_CHANGEPW,       "Operation requires `change-password' privilege"
57 error_code BAD_TL_TYPE,         "Programmer error!  Invalid tagged data list element type"
58 error_code MISSING_CONF_PARAMS, "Required parameters in kdc.conf missing"
59 error_code BAD_SERVER_NAME,     "Bad krb5 admin server hostname"