Re: Password Policy
- From: "Paul Williams [MVP]" <ptw2001@xxxxxxxxxxx>
- Date: Wed, 5 Apr 2006 20:13:13 +0100
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
.
- Follow-Ups:
- Re: Password Policy
- From: pdabak
- Re: Password Policy
- References:
- Re: Password Policy
- From: pdabak
- Re: Password Policy
- From: pdabak
- Re: Password Policy
- Prev by Date: Re: Ntdsutil to remove AD attribute?
- Next by Date: Re: MS06-012 causing Kerberos errors?
- Previous by thread: Re: Password Policy
- Next by thread: Re: Password Policy
- Index(es):
Relevant Pages
|