Re: looking for a way to provide non-interactive a - WeOnlyDo Discussion board

Re: looking for a way to provide non-interactive a (General questions)

by cedral, Wednesday, September 06, 2006, 17:09 (6444 days ago) @ wodDrazen


From UserAuthenticate...

Case AuthNTLM
If User.Login = something And User.Password = User.TestNTLMResponse( something ) Then
Action = Allow
Else
Action = Deny
End If

This appears to require me to know the password to hash and compare with the incoming hash. Since I want to authenticate against a domain I won't know the password to use for the comparison. Am I misinterpreting something ?


Complete thread: