[krbdev.mit.edu #8848] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8848 > Fix kadmin addprinc -randkey -kvno Commit f07bca9fc94a5cf2e3c0f58226c7973a4b86b7a9 made addprinc -randkey use a single RPC request, but the server-side handling always creates the random keys with kvno 1. If a kvno is specified in the RPC request, set the kvno of the key data after creating it. Reported by Andreas Ladanyi. (cherry picked from commit 462e85208d57b8d4120c99e801fbd156b9ccf16f) https://github.com/krb5/krb5/commit/6eaa92c3ebfd67c5517ae3a8b5adf4ae8c9cb574 Author: Greg Hudson <[email protected]> Commit: 6eaa92c3ebfd67c5517ae3a8b5adf4ae8c9cb574 Branch: krb5-1.17 src/lib/kadm5/srv/svr_principal.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)