Password Strength

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When using Active Directory, and with group policy passwords. Is it possible to set certain words so they are excluded as being viable passwords?

ie can you make a list of words that can not be used and the policy will automatically prevent users from using these words as passwords?
 
You will need to write your own custom pasfilt.dll or use a third party
program to do that. --- Steve

http://support.microsoft.com/default.aspx?scid=kb;zh-tw;151082 -- sample
code
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/se
curity/password_filter_programming_considerations.asp
http://www.anixis.com/ --- third party program example

Keith@Meister said:
When using Active Directory, and with group policy passwords. Is it
possible to set certain words so they are excluded as being viable
passwords?
ie can you make a list of words that can not be used and the policy will
automatically prevent users from using these words as passwords?
 
Back
Top