简体   繁体   中英

Unable to find LoginModule class: com.sun.security.auth.module.Krb5LoginModule

Hi I am trying to start Websphere using Spnego Authentication. When the login should occur i am getting this exception

javax.security.auth.login.LoginException: unable to find LoginModule class: com.sun.security.auth.module.Krb5LoginModule in SpnegoHttpFilter init method.

Any ideas why it is unable to find this class?

It seems that IBM J9 JVM doesn't have com.sun.security.auth.module.Krb5LoginModule . It has com.ibm.security.auth.module.Krb5LoginModule . And it can be used.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM