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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top