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