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