Default Password Policy Windows Server 2003

Recently I found a problem with a password of a user on Windows Server 2003:

The Following error occurred while attempting to set the password for user XXX
The password does not meet the password policy requirements. Check the minimum password lenght, password complexity and password history requirements.
But...I thought my password was secure!! Just to make an example, it was something like $12Rjdio34& . Uppercase and lowercase letters, numbers, symbols, it' the first password for the user, WTF???

It turned out that default Windows server 2003 has an extra security requirement: password cannot contain any kind of reference to all or part of the user name.

Here is the most comprehensive list of requirements I found:

The default password filter (Passfilt.dll) included with Windows Server 2003 requires that a password:

To change the default behaviour (and for reference) see:

http://www.petri.co.il/disable_password_requirement_in_win2003_domain.htm

Labels: