[jcifs] No response to NTLM challenge

Michael B Allen mba2000 at ioplex.com
Mon Jul 26 17:39:46 GMT 2004


On Mon, 26 Jul 2004 13:51:32 +0100
<Steven.Durkin at scotland.gsi.gov.uk> wrote:
> the filter description from my web.xml.
> 
>     <filter> 
>         <filter-name>NtlmHttpFilter</filter-name> 
>         <filter-class>jcifs.http.NtlmHttpFilter</filter-class> 
> 
>         <!-- For production use a real domain controller --> 
>         <init-param>
>             <param-name>jcifs.smb.client.domain</param-name>
>             <param-value>SCOTLAND</param-value>
>         </init-param>
>         <init-param>
>             <param-name>jcifs.http.domainController</param-name> 
>             <param-value>10.10.132.98</param-value> 
>         </init-param>

jcifs.smb.client.domain and jcifs.http.domainController are mutially
exclusive. If you set both jcifs.smb.client.domain will be ignored. I don't
think this has anything to do with your problem but it's worth mention.

>         <init-param>
>             <param-name>jcifs.smb.lmCompatibility</param-name>
>             <param-value>2</param-value>
>         </init-param>


-- 
Greedo shoots first? Not in my Star Wars.


More information about the jcifs mailing list