PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > SQL password constraints
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
SQL password constraints

Réponse
 
LinkBack Outils de la discussion
Vieux 18/06/2008, 12h15   #1
Rory Becker
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut SQL password constraints

A client of ours has a box dedicated to our application and is happy to change
anything on it to suit our application.

For extremely poor reasons we have an application which tries to create a
dedicated SQL authentication user with a fixed 6 character password. (uses
Upper, lower, number and symbols)

The SQL running on our clients box is SQL2005 and is running on Win Server
2003.

The system is refusing to allow this SQL authenticated user to be created
claiming that the password is not complex enough.

Is there anything we can do to SQL to make it ignore these requirements.

Our client is happy to do this but cannot change the domain policy. Can we
make SQL ignore this policy?

--
Rory


  Réponse avec citation
Vieux 18/06/2008, 12h39   #2
Uri Dimant
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL password constraints

Rorry
Perhaps
CREATE LOGIN [loginame] WITH PASSWORD=N'hjhvdjhjvfhjvfhd',
DEFAULT_DATABASE=[dbname], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF









"Rory Becker" <rorybecker@newsgroup.nospam> wrote in message
news:3af1034716a068ca9f4bb87cf43d@news.microsoft.c om...
>A client of ours has a box dedicated to our application and is happy to
>change anything on it to suit our application.
>
> For extremely poor reasons we have an application which tries to create a
> dedicated SQL authentication user with a fixed 6 character password. (uses
> Upper, lower, number and symbols)
>
> The SQL running on our clients box is SQL2005 and is running on Win Server
> 2003.
>
> The system is refusing to allow this SQL authenticated user to be created
> claiming that the password is not complex enough.
>
> Is there anything we can do to SQL to make it ignore these requirements.
>
> Our client is happy to do this but cannot change the domain policy. Can we
> make SQL ignore this policy?
>
> --
> Rory
>
>



  Réponse avec citation
Vieux 18/06/2008, 12h40   #3
Tibor Karaszi
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL password constraints

If you don't want to apply the windows rule for your SQL Server logins, then you can specify this in
the CREATE LOGIN command. For example:

CREATE LOGIN [myLogin]
WITH PASSWORD=N'pwd',
CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi


"Rory Becker" <rorybecker@newsgroup.nospam> wrote in message
news:3af1034716a068ca9f4bb87cf43d@news.microsoft.c om...
>A client of ours has a box dedicated to our application and is happy to change anything on it to
>suit our application.
>
> For extremely poor reasons we have an application which tries to create a dedicated SQL
> authentication user with a fixed 6 character password. (uses Upper, lower, number and symbols)
>
> The SQL running on our clients box is SQL2005 and is running on Win Server 2003.
>
> The system is refusing to allow this SQL authenticated user to be created claiming that the
> password is not complex enough.
>
> Is there anything we can do to SQL to make it ignore these requirements.
>
> Our client is happy to do this but cannot change the domain policy. Can we make SQL ignore this
> policy?
>
> --
> Rory
>
>



  Réponse avec citation
Vieux 18/06/2008, 12h59   #4
Rory Becker
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL password constraints

Hello Uri,

> Rorry
> Perhaps
> CREATE LOGIN [loginame] WITH PASSWORD=N'hjhvdjhjvfhjvfhd',
> DEFAULT_DATABASE=[dbname], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF


Thanks Uri and also Tibor...
I will be speaking with the client very soon and will let you know if that
works...


Sounds very promising

Thanks very much

--
Rory


  Réponse avec citation
Vieux 18/06/2008, 13h23   #5
Rory Becker
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL password constraints

Worked perfectly.

My very grateful thanks to all.

--
Rory


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 03h28.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11159 seconds with 13 queries