RFR: 8279064: New options for ktab to provide non-default salt [v2]
Weijun Wang
weijun at openjdk.java.net
Thu Jan 13 21:40:20 UTC 2022
On Thu, 13 Jan 2022 19:45:37 GMT, Valerie Peng <valeriep at openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> duplicate words, and another year
>
> src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java line 457:
>
>> 455: System.out.println("-l [-e] [-t]\n"
>> 456: + " list the keytab name and entries. -e with etype, -t with timestamp.");
>> 457: System.out.println("-a <principal name> [<password>] [-s <salt>] [-n <kvno>] [-f | -s <salt>] [-append]\n"
>
> The first [-s <salt\>] looks redundant? Hmm, I edited your CSR from [-s <salt\>] to [-s <salt\> | -f]. Maybe you want to change that to be consistent with what you have here.
Oops, no idea why I typed twice. Thanks for fixing the CSR.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6991
More information about the security-dev
mailing list