[jcifs] Re: Problems Upgrading From 0.7.15 to 1.1.9

Michael B Allen mba2000 at ioplex.com
Wed Mar 16 18:49:47 GMT 2005


On Wed, 16 Mar 2005 18:00:44 +0000
"Pattison, David" <david.pattison at siemens.com> wrote:

> Thanks Mike. Alas, there is no way our IT support will ever set up a trust
> between the network all the workstations are on, and our home-made lab
> network. 

Well I don't know what you expect to happen but you do realize that
you're trying to authenticate with credentials against a domain that
doesn't have a clue who you are?

> What I'm really curious about is why doesn't the password dialog ever
> appear?

What is the domain entered when you log in initially? It's the local
machine name right? In that case the DC against which youre authenticating
isn't going to have a clue who you are and choke.

For example, if you log into a home-made lab machine has MACH1\David
and then try to authenticate against the corporate domain DOM1 IE will
submit credentials for MACH1\David instead of DOM1\David so the DC is
going say "pft, I don't host passwords for domain 'MACH1'. That's a
machine account! Bye."

> Surely if you try to authenticate and the credentials are not valid
> a password dialog should/used to appear.

True. The filter should probably catch that TRUST_RELATIONSHIP_FAILED
error and send 401 to cause the Network Password Dialog to pop up. This
is the first I've encountered it.

Mike

-- 
IRC - where men are men, women are men, and the boys are FBI agents.


More information about the jcifs mailing list