Re: NTLM authentication
"webrod" <rodolphe.aoust in@gmail.comwro te in message
news:1167909149 .759083.317590@ 6g2000cwy.googl egroups.com...
Sorry got confusd by the NTLM database ;-)
Yep, NT4 Domains shiver.
Don't consider the SAM a dtabase you can access, it's part of the NT security system and
actualy it's the security system (LSA)that performs the check by authenticating, just like
IIS is doing.
>
Yes, IIS is hosting my Web Service (the WS has to check the user
credential to provide access to the WS or not).
I am not saying that IIS is not hosting my WS, I am just saying that I
would like to have a solution without using IIS settings.
>
IIS has everything in place to authenticate (provided it is correctly configured) a user
account using NTLM, something WSE is lacking.
Willy.
Willy.
"webrod" <rodolphe.aoust in@gmail.comwro te in message
news:1167909149 .759083.317590@ 6g2000cwy.googl egroups.com...
>
>>
>I don't get it, this is a local intranet and you are only running SQL on a server which
>is
>not a Domain member and you want to authenticate windows (local )accounts using NTLM
>(that
>is SQL integrated security)?
>
SQL? Why are we speaking about SQL? :)
>
I forgot to answer to your question.
I can't use kerberos because I am on a Winnt system based on NTML not
kerberos.
I can't use kerberos because I am on a Winnt system based on NTML not
kerberos.
>I don't get it, this is a local intranet and you are only running SQL on a server which
>is
>not a Domain member and you want to authenticate windows (local )accounts using NTLM
>(that
>is SQL integrated security)?
SQL? Why are we speaking about SQL? :)
>
Actually, I have users who belong to a domain (WinNT).
So I have users in the SAM database.
So I have users in the SAM database.
Now what I want is to check that a user really exists in this DB with a
.NET script.
So I would like a way to query the SAM database OR to bind the SAM
database.
>
.NET script.
So I would like a way to query the SAM database OR to bind the SAM
database.
>
actualy it's the security system (LSA)that performs the check by authenticating, just like
IIS is doing.
>Well, I'm afraid the answer is - you can't use WSE 3.0 without IIS hosting for this.
Yes, IIS is hosting my Web Service (the WS has to check the user
credential to provide access to the WS or not).
I am not saying that IIS is not hosting my WS, I am just saying that I
would like to have a solution without using IIS settings.
>
account using NTLM, something WSE is lacking.
Willy.
Willy.
Comment