JSI Tip 10083. How do I set the minimum password length to 15?

Jerold Schulman

January 23, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today


Using a long password or passphrase is much more secure that using a short one. Unfortunately, minimum password length is limited to 14 characters.

When coupled with password complexity, history, and age limits, long pass phrases are much more secure, and easier to remember, as in:

My 2nd cat's name is C.C.!

To set the minimum password length to 15 in your domain:

Windows Server 2003:

1. Install the Support Tools from the CD-ROM.

2. Start / Run / ADSIEDIT.MSC / OK.

3. Expand the Domain [DomainController.Domain.Com] record.

4. In the Right-hand pane, right click the domain folder (DC=Domain,DC=COM) and press Properties.

5. Select the minPwdLength attribute on the Attribute Editor tab and press the Edit button or double-click it.

6. Type 15 into the Value box and press OK.

7. Press Apply and OK.

9. You may have to restart your computer.

Windows 2000:

1. Install the Support Tools from the CD-ROM.

2. Start / Run / ADSIEDIT.MSC / OK.

3. Expand the Domain [DomainController.Domain.Com] record.

4. In the Right-hand pane, right click the domain folder (DC=Domain,DC=COM) and press Properties.

5. Select the Attributes tab and toggle the Select what properties to view to Both and Select a property to view to uASCompat. Edit Attribute and enter 0, pressing the Set and Apply button.

6. Select the minPwdLength attribute in Select what properties to view.

7. Set Edit Attribute to 15.

8. Press the Set and Apply buttons.

9. You may have to restart your computer.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like