Groups | Blog | Home
all groups > iis security > march 2004 >

iis security : iis tomcat and ntlm


warren
3/19/2004 3:42:23 PM
Hi,
I am trying to pass a users ntlm credentials from iis to tomcat but they
always appears as NULL. I believe there is a mod to tomcat to fix this.

Can anyone point me in the right direction?

ta

Warren

Ken Schaefer
3/20/2004 5:39:07 PM
Try a Tomcat support group?

Cheers
Ken


[quoted text, click to view]
: Hi,
: I am trying to pass a users ntlm credentials from iis to tomcat but they
: always appears as NULL. I believe there is a mod to tomcat to fix this.
:
: Can anyone point me in the right direction?
:
: ta
:
: Warren
:
:

warren
3/20/2004 5:52:07 PM
And a Tomcat support groups is?



[quoted text, click to view]

Ken Schaefer
3/21/2004 12:22:23 PM
Tomcat is not a Microsoft product. These are Microsoft newsgroups for
supporting Microsoft products.

I suggest you try here:
http://jakarta.apache.org/tomcat/index.html
There appears to be a link to "Mailing Lists" in the left hand menubar.

Otherwise try google.

Cheers
Ken


[quoted text, click to view]
: And a Tomcat support groups is?
:
:
:
[quoted text, click to view]
: > Try a Tomcat support group?
: >
: > Cheers
: > Ken
: >
: >
[quoted text, click to view]
: > : Hi,
: > : I am trying to pass a users ntlm credentials from iis to tomcat but
they
: > : always appears as NULL. I believe there is a mod to tomcat to fix
this.
: > :
: > : Can anyone point me in the right direction?
: > :
: > : ta
: > :
: > : Warren
: > :
: > :
: >
: >
:
:

Mylo
3/22/2004 10:42:02 PM
Warren,

I think you're getting a bit mixed up. There is an ISAPI filter
(iisconnector.dll) for IIS that will allow it to run under IIS5/IIS6,
allowing IIS to serve JSP/Servlet's, but if you're after a NTLM servlet [IIS
already handles NTLM ;-) ], there are NTLM mods like this (although it's
insecure).
http://jcifs.samba.org/src/docs/ntlmhttpauth.html

Regards,
Mylo


[quoted text, click to view]

nobody
3/25/2004 12:37:56 AM

[quoted text, click to view]

Most of the NTLM code for servlets/jsps is insecure (in that it just
parses the NTLM tokens to get the username, but doesn't actually
authenticate the user). jCIFS, however, *does* perform the full NTLM
handshake against a domain controller; it's just as secure as IIS in
that regard.
anon
3/25/2004 10:37:30 AM
Deploying Oblix Netpoint, eh?


[quoted text, click to view]
warren
3/29/2004 9:18:42 AM
No, another webapp.
[quoted text, click to view]

AddThis Social Bookmark Button