I've set up a box with a Linux RedHat and oracle.
mod ntlm has been configured for oracle's apacher
server.
When connecting from an internet explorer box,
everything's fine (so far, so good).
The problem arises when trying to use
a "serverXMLHTTP" component within an IIS server.
-> to authenticate the IIS server, it is necessary to use
the proxycfg command on the NT server.
I am now able to fire the component against another asp
page (server), and it works fine.
When trying to access a page on my linux server, I got a
401 message. When accessing directly from my explorer,
it's ok.
When looking into apache logs, I have a first message
stating an authentification request, sadly, the "DOMAIN"
value is empty (USERNAME is ok).
If someone is interested, I'll cut/paste the log info.
Logged In: YES
user_id=147287
Did you do DOMAIN\USERNAME? Or DOMAIN\\USERNAME?