On Sat, 16 Jul 2022 13:32:44 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> There are quite some JAAS tests inside `test/jdk/javax/security/auth/login` > where you can copy. The one you found has a very old copyright header and > invalid format (like trailing spaces...). Also, I don't think it's worth > implementing a new principal and a new login module. You can just using the > out-of-box UnixLoginModule and NTLoginModule. That makes sense :) I will try that. ------------- PR: https://git.openjdk.org/jdk/pull/9159