Added kadm5_setkey_principal*() and kadm5_decrypt_key().

This commit is contained in:
Nicolas Williams
2011-07-14 14:48:07 -05:00
committed by Nicolas Williams
parent e8e314bbb1
commit 3d0019d3ce
3 changed files with 155 additions and 6 deletions

View File

@@ -57,3 +57,6 @@ error_code AUTH_CHANGEPW, "Operation requires `change-password' privilege"
error_code BAD_TL_TYPE, "Invalid tagged data list element type"
error_code MISSING_CONF_PARAMS, "Required parameters in kdc.conf missing"
error_code BAD_SERVER_NAME, "Bad krb5 admin server hostname"
error_code KS_TUPLE_NOSUPP, "Key/salt tuples not supported by this function"
error_code SETKEY3_ETYPE_MISMATCH, "Key/salt tuples don't match keys"
error_code DECRYPT_USAGE_NOSUPP, "Given usage of kadm5_decrypt() not supported"