[jcifs] jCIFS NTLM in clustered WebSphere

Eric Glass eric.glass at gmail.com
Wed Jul 28 19:25:17 GMT 2004


This is likely caused by the fact that the NTLM challenge is specific
to the SMB connection for which it was generated.  Basically, if the
client hits Server A in the cluster first, and gets a challenge, it
needs to respond to Server A; if the response is routed to Server B,
that server will create its own SMB connection to the domain
controller, and the response will not be valid for the new connection.
 This results in an authentication failure (and the prompt to log in).

Can you use sticky sessions (i.e., a client is always sent to the same
server in the cluster)?  That might fix the issue.

Eric

On Wed, 28 Jul 2004 18:27:36 +0000 (UTC), Adam <abrace at amfam.com> wrote:
> Hi,
> 
> We are successfully using jCIFS 0.9.2 to do NTLM auth. for a web app running in
> WebSphere 4.  When we move it to a clustered environment, we are receiving the
> IE password dialog and authentication fails.  We have looked at IE's settings
> and determined that it still thinks the app is in the Local Intranet zone.  Any
> suggestions?
> 
> Thanks.
> 
>


More information about the jcifs mailing list