Re: Authenticating against a user/pwd list on another server?
From: Willy Denoyette [MVP] (willy.denoyette@pandora.be)
Date: 10/17/02
- Next message: Parker Zhang [MS]: "RE: setting ASPNET identity"
- Previous message: Srinivas Grandhi: "RE: Page error for pages requiring SSL"
- In reply to: Kevin Yu: "Authenticating against a user/pwd list on another server?"
- Next in thread: Kevin Yu: "Re: Authenticating against a user/pwd list on another server?"
- Reply: Kevin Yu: "Re: Authenticating against a user/pwd list on another server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Willy Denoyette [MVP]" <willy.denoyette@pandora.be> Date: Thu, 17 Oct 2002 09:19:11 +0200
User authentication works against the local SAM or a Domain authority (Domain Controller Account database).
You can't authenticate against another servers local SAM .
Willy.
"Kevin Yu" <kyu@nrcan.gc.ca> wrote in message news:uszz0DWdCHA.1704@tkmsftngp10...
> I have previously post another thread about this, the title is"
> Authenticating users on BDC", but the description of my problem is little
> confusing, so here
> I will just make it clear.
>
> I have a asp.net project working fine with windows authentication, but the
> user/pwd list is on the same machine with the asp.net server. what I want to
> do is when user login(windows integrated authentication mode), the
> authenticating process should get the user name and password and validate
> them against the user
> list on another computer/server. how can I go about and do that? (hosting
> the asp.net app on another computer/server is not an option)
>
> thanks
>
> Kevin
>
>
- Next message: Parker Zhang [MS]: "RE: setting ASPNET identity"
- Previous message: Srinivas Grandhi: "RE: Page error for pages requiring SSL"
- In reply to: Kevin Yu: "Authenticating against a user/pwd list on another server?"
- Next in thread: Kevin Yu: "Re: Authenticating against a user/pwd list on another server?"
- Reply: Kevin Yu: "Re: Authenticating against a user/pwd list on another server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|