[jcifs] How do I specify more than one domain controller?

Todd Patrick Todd.Patrick at dtn.com
Mon Oct 30 17:05:59 GMT 2006


For the NtlmHttpFilter parameter domainController:

<init-param>
	<param-name>jcifs.http.domainController</param-name>
	<param-value>192.168.2.15</param-value>
</init-param>

Can I specify a list?

<init-param>
	<param-name>jcifs.http.domainController</param-name>
	<param-value>192.168.2.15, 192.168.2.16</param-value>
</init-param>

I was unable to find the jcifs.http API information at
http://jcifs.samba.org/src/docs/api/?

Thanks,

--Todd

-----------------------------------------
NOTICE: This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact
the sender by reply email and destroy all copies of the original
message.



More information about the jcifs mailing list