dbTalk Databases Forums  

What is the criterion for ‘strong password’ for SQL Express SA acc

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss What is the criterion for ‘strong password’ for SQL Express SA acc in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
NotCpiP
 
Posts: n/a

Default What is the criterion for ‘strong password’ for SQL Express SA acc - 12-29-2005 , 12:19 PM






Hi, I have a project that will ask the user to provide a ‘sa’ account
password, and then install the SQL Express in command line quietly by the
SAPWD option. My question is, what is the logic to validate the ‘strong
password’ for SQL Express in my program (C#) before SQL Express installation
start? Thanks a lot!

Reply With Quote
  #2  
Old   
Roger Wolter[MSFT]
 
Posts: n/a

Default Re: What is the criterion for 'strong password' for SQL Express SA acc - 12-29-2005 , 04:10 PM






From BOL:

Password complexity policies are designed to deter brute force attacks by
increasing the number of possible passwords. When password complexity policy
is enforced, new passwords must meet the following guidelines.

a.. The password does not contain all or "part" of the user's account
name. Part of an account name is defined as three or more consecutive
alpha-numeric characters delimited on both ends by "white space" (space,
tab, return, etc.) or any of the following characters: , . - _ #


b.. The password is at least six characters long.

c.. The password contains characters from three of the following four
categories:

a.. English uppercase letters (A - Z)

b.. English lowercase letters (a - z)

c.. Base 10 digits (0 - 9)

d.. Non-alphanumeric (For example: !, $, #, or %)



--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

"NotCpiP" <NotCpiP (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi, I have a project that will ask the user to provide a 'sa' account
password, and then install the SQL Express in command line quietly by the
SAPWD option. My question is, what is the logic to validate the 'strong
password' for SQL Express in my program (C#) before SQL Express
installation
start? Thanks a lot!



Reply With Quote
  #3  
Old   
NotCpiP
 
Posts: n/a

Default Re: What is the criterion for 'strong password' for SQL Express SA - 12-30-2005 , 08:36 AM



Thanks for your reply.
Yes, SQL Express installation document mentioned 'strong password', but in
practice, looks we do not need to follow the rules strictly. E.g., password
'sa.' will be accepted by the command line, but obviously it does not obey
the rule. I just want to make the password validation logic in my C# program
follow the real rule of SQL express installation requirement. Any ideas?
Thanks in advance.



"Roger Wolter[MSFT]" wrote:

Quote:
From BOL:

Password complexity policies are designed to deter brute force attacks by
increasing the number of possible passwords. When password complexity policy
is enforced, new passwords must meet the following guidelines.

a.. The password does not contain all or "part" of the user's account


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.