Hi,

You can authenticate against an NT server using some sort of delegation
of authentication to an IIS on NT.
By accessing an URL within an IIS
authenticated realm from within your servlet, using the "Authentication"
header received within servlet's request.

If IIS answers with error you then send the same error back to the user.

<advertising>
We've used this sort of "delegation" within an lightweight web application
server wich is able to delegate authentication through an "PassChecker"
interface - thus it can authenticate against JDBC sources, POP servers,
other "external" Web resources (including IIS on NT) or may be implemented
to authenticate within any other id/pass based authentication.(like
/etc/passwd tables, database tables, etc...)

Its philosophy is to use already existing authentication "realms"
within intranets.
</adveritsing>

Cezar.
- Install Microsoft's IIS on the NT domain server
- Setup proper Basic authentication in IIS for some certain HTTP-available
  file.
- Write Java code (on servlet's side) that:
   - decodes the user's Authentication header (using
   - tries to access

On Wed, 14 Apr 1999, thor hw wrote:

> Hi all:
> Can anyone point me in the direction of
> authenticating against an NT domain from a Solaris based servlet?
>
> Any hints or tips would be appreciated!!
>
> Thanks,
> Thor HW
> BC Ministry of Environment, Lands & Parks
> Residing at:  Latitude 48* 26' 29" North ,Longitude 123* 22' 38" West
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>


Cezar Totth                             email:  [EMAIL PROTECTED]
                                        Fax:    (401) 220 33 95
Genesys Software Romania                Phone:  (401) 638 49 44
Stefan Furtuna 169, sect.6
cod 77171, Bucharest
Romania

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to