Re: Password policy



If you're familiar with C you can write a password filter to do this.
Microsoft even gives you a sample to get started.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmgmt/security/sample_password_filter.asp

Your needs are very simple, but take care when writing password
filters. A buggy password filter could jeopardize your network security
and/or crash your DCs.

If you would rather purchase a solution, then our Password Policy
Enforcer product will do exactly what you want without any programming.
http://www.anixis.com/products/ppe/features.htm



tony@xxxxxxxxxxxxxxxxxxx wrote:
I'm trying to change the password policy, but I have to have a specific
requirement.

I need to enforce

min of 9 characters
2 numbers
2 Uppercase letters
2 special characters

Can anyone help me out here?

.



Relevant Pages

  • Re: Password filtering
    ... To do this you need to write your own password filter, ... > at least 2 special characters ... > software like The Password Policy Enforcer at ...
    (microsoft.public.windows.group_policy)
  • Re: Password Strength in Active Directory
    ... You need to create a custom password filter. ... refer to the Microsoft Platform Software ... Platform SDK. ... The SDK can be downloaded by installing the "Core SDK" from ...
    (microsoft.public.win2000.security)
  • Re: Password Filter implementation
    ... > I want to create my own password filter, and I have tried to implement it ... > in a DLL as specified by Microsoft. ... > When I try to install the PassWord filter by: ... At the command prompt type ...
    (microsoft.public.platformsdk.security)
  • Re: Strong Passwords W2003
    ... > It is possible to write your own Password filter. ... dll file which I think can ... Microsoft does not recommend the use of .net for password filters or ... Prev by Date: ...
    (microsoft.public.windows.server.active_directory)