Re: Can a Login/Password be validated against a Domain login/passord using a prompt dialog?

From: Kevin McDonnell [MSFT] (kevmc_at_online.microsoft.com)
Date: 04/14/04


Date: Wed, 14 Apr 2004 19:16:38 GMT

previous post:
"My application will be used on computers that may or may not be joined to
the domain so I can't rely on Windows Authentication. I'd like to be able to
authenticate users in such a way I don't have to store another set of user
passwords.
"

Couple of options:
1. Standard SQL Security
2. Application roles
3. Trusted Security using duplicate nt username and passwords

Thanks,

Kevin McDonnell
Microsoft Corporation

This posting is provided AS IS with no warranties, and confers no rights.



Relevant Pages

  • Re: File downloads
    ... One way would be to use Windows authentication on your site instead of users ... more appropriate way would then be to store the .exe file outside of the WWW ... > I have an Access db with usernames and passwords set up on a web site. ... the user clicks the link and the browser asks to either Open or Save ...
    (microsoft.public.inetserver.asp.general)
  • Re: Convert SQL logins to Windows authentication
    ... > SQL Server doesn't store passwords for Windows authenticated accounts ... > grant the existing Windows accounts access to SQL Server, ... >> login passwords to the new corresponding Windows Authentication ...
    (microsoft.public.sqlserver.security)
  • Re: Changing Windows password by .NET code?
    ... invoking the ChangePassword method. ... There are some weird issues that crop up with ChangePassword and ... > I'm using Windows authentication in one of my ASP.NET projects because ... > Now my users want to change their passwords via a web interface. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Checking a login against a windows NT Domain...
    ... their own passwords or use an NT/2000 domain login. ... domain/username/password manually to a Windows Domain to check to see if ... I don't want to use Windows Authentication, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Setting Principle for HttpWorkerRequest
    ... I am implementing my own web server that will authenticate users using out-of-band ... methods (like IIS does in the case of Windows authentication). ... existing ASP.NET applications to work without changes, ...
    (microsoft.public.dotnet.framework.aspnet.security)