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

Michael B Allen mba2000 at ioplex.com
Wed Nov 1 03:06:32 GMT 2006


On Mon, 30 Oct 2006 11:05:59 -0600
"Todd Patrick" <Todd.Patrick at dtn.com> wrote:

> 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?

No you have to not use jcifs.http.domainController and use
jcifs.smb.client.domain instead (which implies that WINS is used) to
use more than one DC.

> <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.
> 
> 


-- 
Michael B Allen
PHP Active Directory SSO
http://www.ioplex.com/


More information about the jcifs mailing list