Re: looking for a way to provide non-interactive a (General questions)
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:
- looking for a way to provide non-interactive authe - cedral, 2006-09-06, 03:30
- Re: looking for a way to provide non-interactive a - wodDrazen, 2006-09-06, 08:50
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-06, 17:09
- Re: looking for a way to provide non-interactive a - wodDamir, 2006-09-06, 18:32
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-06, 21:55
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-06, 23:21
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-08, 02:42
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-11, 20:03
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-11, 20:07
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-12, 20:35
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-20, 23:13
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-20, 23:25
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-25, 01:39
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-25, 02:41
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-25, 08:26
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-27, 00:03
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-27, 01:06
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-27, 00:03
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-25, 08:26
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-25, 02:41
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-25, 01:39
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-20, 23:25
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-20, 23:13
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-12, 20:35
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-11, 20:07
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-11, 20:03
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-08, 02:42
- Re: looking for a way to provide non-interactive a - wodSupport, 2006-09-06, 23:21
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-06, 21:55
- Re: looking for a way to provide non-interactive a - wodDamir, 2006-09-06, 18:32
- Re: looking for a way to provide non-interactive a - cedral, 2006-09-06, 17:09
- Re: looking for a way to provide non-interactive a - wodDrazen, 2006-09-06, 08:50