On Tue, 2007-03-27 at 04:50 +0900, Atsushi Eno wrote:
> Hi,
>
> During WCF hacking I found that Mono.Security.Protocol.Ntlm looks
> based on somewhat old analysis.
IIRC (I'm not feeling well enough to fully trust my memory today) I did
this code when Daniel Morgan asked (2003) my help on the SQL
Hi, thanks for the hint :) Yes, looks like Mono.Data.Tds uses it.
I'll try it when I set up sql server environment.
Atsushi Eno
Daniel Morgan wrote:
> You could always test with System.Data.SqlClient using
> INTEGRATED SECURITY=SSPI provided that you connect to
> SQL Server 2000 or 2005 on a rea
You could always test with System.Data.SqlClient using
INTEGRATED SECURITY=SSPI provided that you connect to
SQL Server 2000 or 2005 on a real Windows NT/2000/2003
Domain and that SQL Server accepts mix-mode
authentication.
--- Atsushi Eno <[EMAIL PROTECTED]> wrote:
> Hi,
>
> During WCF hacking
Hi,
During WCF hacking I found that Mono.Security.Protocol.Ntlm looks
based on somewhat old analysis.
Currently the code does not look "version" aware. According to
http://davenport.sourceforge.net/ntlm.html , there seems three
ntlm versions and the message layout is diffrent for each version.
An