> I don't need the password, only the username.  How do it extract that
> from the request using Delphi?

Have a look at the resources I pointed for you. There is a description of
the messages exchanged between client and (web) server.

Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be


----- Original Message ----- 
From: "kk aw" <[EMAIL PROTECTED]>
To: "Borland's Delphi Discussion List" <delphi@elists.org>
Sent: Tuesday, December 11, 2007 6:25 AM
Subject: Re: IIS v5 Integrated Windows Authentication


> Francois,
>
> I don't need the password, only the username.  How do it extract that
> from the request using Delphi?
>
> KK Aw
>
> Francois PIETTE wrote:
> > Unfortunately for you but fortunately for all users, Windows
authentication
> > (NTLM) is a strong authentication. The password are never passed between
the
> > client and server. You can't extract it from the logon dialog between
client
> > and server. NTLM use a challenge/response protocol just for that
purpose.
> >
> > For details about the protocol, see here:
> > http://www.google.com/search?q=NTLM+AUTHENTICATION+PROTOCOL
> >
> > Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
> > --
> > [EMAIL PROTECTED]
> > The author of the freeware multi-tier middleware MidWare
> > The author of the freeware Internet Component Suite (ICS)
> > http://www.overbyte.be
> >
> >
>
> _______________________________________________
> Delphi mailing list -> Delphi@elists.org
> http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to