Minimum Password Length in LSP

K

kevinkidder

I have a group of laptops that are not (intentionally) joined to the
domain. I would like to enfore a minimum password length of 15
characters. The interface only allows me to set 0-14. Any ideas on
how to change the behavior of this?

Thanks in advance.

Kevin
 
S

Steven L Umbach

14 is the maximum and I have never come across a work around. One of the
advantages of using a password greater that 14 characters is that it will
not then be stored as a LM hash but you can disable storage of LM hashes via
Local Security Policy under local policies/security options - network
security: do not store lan manager hash value on next password change. You
still could have a user policy requiring passwords of at least 15 characters
and train users to think pass phrases instead of passwords. They probably
won't waste time trying to come up with a pass phrase of only exactly 14
characters. --- Steve
 
K

kevinkidder

Thanks for the input Steve. We plan on using the exact strategy you
mentioned below. I have looked in to pGina (The pluggable MSGINA
model), but every modification so far relates to password legth in
terms of LDAP (obviously, not helpful for this situation).

If I come up with anything inventive beyond what we discussed, I will
post it here.

Thx again.

Kevin
 

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

Top