Arno,
I tried the following:
with TNtlmAuthSession.create do
try
NtlmMessage:= Request.Authorization;
ProcessNtlmMsg(Request.Authorization);
FUserName:= GetUserFromContext;
finally
Free;
end;
Unfortunately FUserName is still blank. I must be missing something.
Regards,
KK Aw
Arno Garrels wrote:
> At the server side you need to use SSPI API. Have a look at
> OverbyteIcsNtlmSsp.pas, function GetUserFromContext(), available in
> ICS V6, it's implemented in the THttpServer component.
>
>
_______________________________________________
Delphi mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi