The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
207 views

SPNEGO using mod_auth_sspi stopped working, 500 error

I've been using mod_auth_sspi 1.0.4 and apache 2.2.9 on Windows Server 2003 for some time now. It's used as an SVN server. It's been quite stable. For some reason when we moved from windows Server ...
2
votes
2answers
398 views

Multiple SPNEGO authenticated web servers on one host name

I was trying to set up a Java service using the SPNEGO servlet filter and a listen port of 8080 for authentication on a host that is also running web applications hosted in IIS7. I followed the ...
1
vote
1answer
770 views

NTLM token sent instead of Kerberos ticket

I am trying to implement kerberos SSO in our network using spnego on a tomcat server. We have created an account (TCNKRBGINA) on the domain for the preauthentication, and setspn'ed it to the http ...
0
votes
1answer
2k views

Tomcat SPNEGO authentication against Active Directory not working

I'm trying to authenticate against AD using the http://spnego.sourceforge.net component with tomcat. I've created my SPN's "setspn.exe -A HTTP/servername SVCTomcat" & "setspn.exe -A ...