Hi,
I try to use SPNEGO form ntlm connection on windows 7
I read and execute the tutorial https://wiki.jasig.org/display/CASUM/SPNEGO.
When i try to use it i ve got in tomcat loga error stack
jcifs.spnego.AuthenticationException: Error performing Kerberos
authentication: java.lang.reflect.InvocationTargetException
at
jcifs.spnego.Authentication.processKerberos(Authentication.java:447)
......
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
jcifs.spnego.Authentication.processKerberos(Authentication.java:426)
... 164 more
*Caused by: javax.security.auth.login.LoginException: classe LoginModule
not found: *com.sun.security.auth.module.NTLoginModule
at
javax.security.auth.login.LoginContext.invoke(LoginContext.java:800)
Maybe i have to add com.sun.security.auth.module.NTLoginModule or add a
sepecific configuration ??
Thk for your help
Jérémie
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user