source: heimdal/trunk/lib/kadm5/kadm5_err.et

Last change on this file was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

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