JCIFS configuration for SPNEGO

vincent.jaulin@keyphrene.com vincent.jaulin at keyphrene.com
Thu Oct 5 02:41:33 EDT 2006


hi,

I would use only the NTLM handler.
But I don't understand the jcifsServicePrincipal parameter.
Can you explain me the pattern of jcifsServicePrincipal, what mean the
HTTP/ pattern?
What is the way to use only the NTLM handler?

<bean name="jcifsConfig"
class="org.jasig.cas.adaptors.spnego.authentication.handler.support.JCIFSConfig">
	  <property name="jcifsKerberosEnable" value="false" />
	  <property name="jcifsServicePrincipal"
value="HTTP/localhost at KEYPHRENE.COM" />
	  <property name="jcifsServicePassword" value="*******" />
	  <property name="kerberosDebug" value="true" />
	  <property name="kerberosRealm" value="KEYPHRENE.COM" />
	  <property name="kerberosKdc" value="10.83.198.4" />
	  <property name="loginConf" value="/WEB-INF/login.conf" />
	</bean

Best Regards
Vincent Jaulin



More information about the cas mailing list