Re: SQL2005 enforce sql logins to using Windows password Policy.
- From: "Bob Beauchemin" <bobb_no_spam@xxxxxxxxxxxxx>
- Date: Thu, 19 Jul 2007 14:46:13 -0700
Inline:
"mecn" <mecn2002@xxxxxxxxx> wrote in message
news:e4QvAIiyHHA.4824@xxxxxxxxxxxxxxxxxxxxxxx
Hi,If the computer that SQL Server 2005 is running on uses Windows 2003 or
IF I check both CHECK_POLICY and CHECK_EXPIRATION on in sql2005. It will
enable sql logins to use WINdows2003 AD password policy?
above OS, yes (so not on Windows 2000 or XP, these use hardcoded policies).
If you are an AD domain member it will use the domain policy, if not it will
use local policy. And what matters is the OS that the SQL Server machine
runs, not the OS that the domain controller runs.
If AD configured case sensitive. Sql logins will be case sensitive as wellYes. Windows passwords (and thus SQL passwords) are always case-sensitive in
even sql2002 sort order is 52.
SQL Server 2005.
If an application is use ODBC connection to the sql2005, Do I need toYou should move to the "SQL Native Client" ODBC driver. Although the old
change the ODBC driver to native ODBC or something?
ODBC driver "SQL Server" might actually also support password change
information in the connection string, the protocol doesn't support it before
SQL Native Client .
Thanks
.
- References:
- Prev by Date: SQL2005 enforce sql logins to using Windows password Policy.
- Next by Date: Re: user to execute nothing but SP in 2005
- Previous by thread: SQL2005 enforce sql logins to using Windows password Policy.
- Next by thread: Re: user to execute nothing but SP in 2005
- Index(es):
Relevant Pages
|