Re: Enforcing strong passwords in SQL Server

From: jimmers (jimmers@yandex.ru)
Date: 09/24/02


From: "jimmers" <jimmers@yandex.ru>
Date: Tue, 24 Sep 2002 13:55:42 +0400


One way is to modify sp_password system routine but this is not recommended.
Better solution is to use Windows Authentication only and thus rely on
native
operating system mechanisms for passwords management.

Cheers
jimmers

"Abhishek" <abhi_narulkar@hotmail.com> wrote in message
news:71e301c263ae$8c1438b0$35ef2ecf@TKMSFTNGXA11...
> Hi,
> I need to enforce strong passwords in SQL Server.The
> passwords should be of some minimum length and should
> contain some special characters.This should be checked
> specially for the sa account.The sa account should be
> checked for the blank passwords.
> Can anybody help??
> Thanks
> Abhishek.



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: Can a Login/Password be validated against a Domain login/passord using a prompt dialog?
    ... the domain so I can't rely on Windows Authentication. ... authenticate users in such a way I don't have to store another set of user ... Standard SQL Security ... Trusted Security using duplicate nt username and passwords ...
    (microsoft.public.sqlserver.connect)
  • 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)