Initial support for kadm5_randkey_principal_3(), needed by krb5_admin.
NOT TESTED YET.
This commit is contained in:

committed by
Nicolas Williams

parent
51e9da4a66
commit
6e04b05e9d
@@ -85,7 +85,8 @@ parse_file(krb5_context context, krb5_principal principal, int no_salt)
|
||||
size_t nkeys;
|
||||
Key *keys;
|
||||
|
||||
ret = hdb_generate_key_set(context, principal, &keys, &nkeys, no_salt);
|
||||
ret = hdb_generate_key_set(context, principal, 0, NULL, &keys, &nkeys,
|
||||
no_salt);
|
||||
if (ret)
|
||||
krb5_err(context, 1, ret, "hdb_generate_key_set");
|
||||
|
||||
|
Reference in New Issue
Block a user