Windows Server 2003
1752803 Members
5358 Online
108789 Solutions
New Discussion юеВ

Re: how to implement unrestrictive password policy -- plz help

 
Maaz
Valued Contributor

how to implement unrestrictive password policy -- plz help

Hello Dear Gurus

OS=win2k3(Domain Controller).

we dont have any security issue, so I have to implement the following

1, non-complex(simple) password are allowed.
2, user can set his/her password of lenght 0, i.e blank password are allowed.
3, user can repeat any of his/her previous password.(i.e, no history)

plz help me implement/acheive the above mentioned assignment.

Thanking in anticipation

Best Regards
Maaz
2 REPLIES 2
Jacob Paulus
Trusted Contributor

Re: how to implement unrestrictive password policy -- plz help

Maaz:

I highly recommend you spend some time on this website.

http://microsoft.com/webcasts

Here you can view previously recorded webcasts-on-demand...for free! They go over all sorts of topics...from Active Directory and Group Policies to Effect Communication and Email. All you need is a passport account (hotmail account is the same thing.) You'll probably get more information than you need to answer this question...but that isn't necessarily a bad thing!

Jake
http://computerenthusiasts.com/
Mason Powell, Jr.
Occasional Advisor

Re: how to implement unrestrictive password policy -- plz help

Maaz:

Using the Group Policy Object Editor, change the following in your password GPO:

Under \Computer Configuration\Windows Settings\Account Policies\Password Policy:

Enforce password history - Disabled
Minimum password length - 0
Password must meet complexity requirement - Disabled.

This should meet your criteria.

That being said, it would be wise to be sure you do not have any security issue, from either an internal or external source (i.e. if you are connected to the Internet) as this will lower your security threshold.

Hope this helps,
Mason