Hello, tedzo wrote: > Jacek, > I am not providing a solution, just more questions since I am also > attempting to set up NTLM authentication. > > Looks like NTLM authentication is being invoked in your case. For some > reason, NTLM is not being invoked for me. It seems to try Kerberos. I am > trying to turn off Kerberos and turn on NTLM. > Is your IE and tomcat on different machines or on the same machine?
No, Tomcat is on one machine (Linux), AD and IE on another. > Would you kindly post the following details - > 1. contents of the login.conf file > 2. jcifsBean definition (in deployercontextconfig.xml) I attached both files to my previous mail, so I won't do that again. jcifsBean looks like this: <bean name="jcifsConfig" class="org.jasig.cas.support.spnego.authentication.handler.support.JCIFSConfig"> <property name="jcifsDomain" value="***"/> <property name="jcifsDomainController" value="ad.***"/> <property name="loginConf" value="/WEB-INF/login.conf"/> </bean> Regards Jacek Bilski _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
