155682Smarkm#
255682Smarkm# Error messages for the kadm5 library
355682Smarkm#
455682Smarkm# This might look like a com_err file, but is not
555682Smarkm#
6233294Sstasid "$Id$"
755682Smarkm
855682Smarkmerror_table ovk kadm5
955682Smarkm
1055682Smarkmprefix KADM5
1155682Smarkmerror_code FAILURE,		"Operation failed for unspecified reason"
1255682Smarkmerror_code AUTH_GET,		"Operation requires `get' privilege"
1355682Smarkmerror_code AUTH_ADD,		"Operation requires `add' privilege"
1455682Smarkmerror_code AUTH_MODIFY,		"Operation requires `modify' privilege"
1555682Smarkmerror_code AUTH_DELETE,		"Operation requires `delete' privilege"
1655682Smarkmerror_code AUTH_INSUFFICIENT,	"Insufficient authorization for operation"
1755682Smarkmerror_code BAD_DB,		"Database inconsistency detected"
1855682Smarkmerror_code DUP,			"Principal or policy already exists"
1955682Smarkmerror_code RPC_ERROR,		"Communication failure with server"
2055682Smarkmerror_code NO_SRV,		"No administration server found for realm"
2155682Smarkmerror_code BAD_HIST_KEY,	"Password history principal key version mismatch"
2255682Smarkmerror_code NOT_INIT,		"Connection to server not initialized"
2355682Smarkmerror_code UNK_PRINC,		"Principal does not exist"
2455682Smarkmerror_code UNK_POLICY,		"Policy does not exist"
2555682Smarkmerror_code BAD_MASK,		"Invalid field mask for operation"
2655682Smarkmerror_code BAD_CLASS,		"Invalid number of character classes"
2755682Smarkmerror_code BAD_LENGTH,		"Invalid password length"
2855682Smarkmerror_code BAD_POLICY,		"Invalid policy name"
2955682Smarkmerror_code BAD_PRINCIPAL,	"Invalid principal name."
3055682Smarkmerror_code BAD_AUX_ATTR,	"Invalid auxillary attributes"
3155682Smarkmerror_code BAD_HISTORY,		"Invalid password history count"
3290926Snectarerror_code BAD_MIN_PASS_LIFE,	"Password minimum life is greater than password maximum life"
3355682Smarkmerror_code PASS_Q_TOOSHORT,	"Password is too short"
3455682Smarkmerror_code PASS_Q_CLASS,	"Password does not contain enough character classes"
3555682Smarkmerror_code PASS_Q_DICT,		"Password is in the password dictionary"
36178825Sdfrerror_code PASS_REUSE,		"Can't reuse password"
3755682Smarkmerror_code PASS_TOOSOON,	"Current password's minimum life has not expired"
3855682Smarkmerror_code POLICY_REF,		"Policy is in use"
3955682Smarkmerror_code INIT,		"Connection to server already initialized"
4055682Smarkmerror_code BAD_PASSWORD,	"Incorrect password"
4155682Smarkmerror_code PROTECT_PRINCIPAL,	"Can't change protected principal"
4255682Smarkmerror_code BAD_SERVER_HANDLE,	"Programmer error!  Bad Admin server handle"
4355682Smarkmerror_code BAD_STRUCT_VERSION,	"Programmer error!  Bad API structure version"
4455682Smarkmerror_code OLD_STRUCT_VERSION,	"API structure version specified by application is no longer supported"
4555682Smarkmerror_code NEW_STRUCT_VERSION,	"API structure version specified by application is unknown to libraries"
4655682Smarkmerror_code BAD_API_VERSION,	"Programmer error!  Bad API version"
4755682Smarkmerror_code OLD_LIB_API_VERSION,	"API version specified by application is no longer supported by libraries"
4855682Smarkmerror_code OLD_SERVER_API_VERSION,"API version specified by application is no longer supported by server"
4955682Smarkmerror_code NEW_LIB_API_VERSION,	"API version specified by application is unknown to libraries"
5055682Smarkmerror_code NEW_SERVER_API_VERSION,"API version specified by application is unknown to server"
5155682Smarkmerror_code SECURE_PRINC_MISSING,"Database error! Required principal missing"
5255682Smarkmerror_code NO_RENAME_SALT,	"The salt type of the specified principal does not support renaming"
5355682Smarkmerror_code BAD_CLIENT_PARAMS,	"Invalid configuration parameter for remote KADM5 client"
5455682Smarkmerror_code BAD_SERVER_PARAMS,	"Invalid configuration parameter for local KADM5 client."
5555682Smarkmerror_code AUTH_LIST,		"Operation requires `list' privilege"
5655682Smarkmerror_code AUTH_CHANGEPW,	"Operation requires `change-password' privilege"
57178825Sdfrerror_code BAD_TL_TYPE,		"Invalid tagged data list element type"
5855682Smarkmerror_code MISSING_CONF_PARAMS,	"Required parameters in kdc.conf missing"
5955682Smarkmerror_code BAD_SERVER_NAME,	"Bad krb5 admin server hostname"
60