Re: Tomcat Spnego against Active Directory does not work with Java 8

2014-09-26 Thread detelinyordanov
Thank you for the reply, I filed a defect for Tomcat 7: https://issues.apache.org/bugzilla/show_bug.cgi?id=57022 I managed to pass through the failure by setting useDelegatedCredential=false in the JNDIRealm, but still I think that it is important to find a solution for this, since if it works,

Tomcat Spnego against Active Directory does not work with Java 8

2014-09-25 Thread detelinyordanov
Hello everyone, I'm successfully using Tomcat 7.0.55 configured with Spnego authentication against Active Directory running Windows 2008 Server and Java 1.7.0.51. However, after switching to Java 1.8.0_20, authentication does not work anymore, Tomcat logs the following error message: SEVERE:

Re: Tomcat Spnego against Active Directory does not work with Java 8

2014-09-25 Thread Konstantin Kolinko
2014-09-26 2:24 GMT+04:00 detelinyorda...@gmail.com: Hello everyone, I'm successfully using Tomcat 7.0.55 configured with Spnego authentication against Active Directory running Windows 2008 Server and Java 1.7.0.51. However, after switching to Java 1.8.0_20, authentication does not work