Re: Password Policy



Best bet is to either buy a 3rd-party tool to generate passwords for you
(that match complexity requirements) or write your own. If you want to
write some code that checks passwords it shouldn't be tough, as the
complexity rules are documented. So instead of depending on an API (there
might be one but I don't know of one as password complexity is implemented
through filters - of which you can write your own, see MSDN for more info.)
just write your own complexity filter to check against.

--
Paul Williams
Microsoft MVP - Windows Server - Directory Services
http://www.msresource.net | http://forums.msresource.net


.



Relevant Pages

  • Re: Passwords
    ... > the complexity requirements. ... > of passwords that no user can use. ... >>MVP for Windows Server - Software Distribution ...
    (microsoft.public.windows.server.general)
  • Re: Passwords too complex on Server 2003
    ... You can't disable the GPO Default Domain Policy to disable complexity ... passwords, within this policy you have set a setting to disable complexity ...
    (microsoft.public.win2000.active_directory)
  • Re: Reasons and examples for security
    ... setting pwd length large enough to literally force passphrase use. ... of complexity). ... >> otherwise compromised passwords by invalidating them. ... >>> I am looking for examples to support my case for tighter security. ...
    (microsoft.public.security)
  • Re: Passwords
    ... of passwords that no user can use. ... >can tie the complexity with other available options, ... >> How do you modify the parameters for password policies? ... I chose to use the complexity requirements ...
    (microsoft.public.windows.server.general)
  • Re: how to modify complexity password policy
    ... The special character can be any ... it will help strengthen your passwords quite a bit. ... > please help to tell me to modify complexity password in a domain. ... > e.g only char or number, but not sepecial char. ...
    (microsoft.public.windows.server.security)