Howdy,
ESX v3.5 can use LDAP for authentication - so far so good. I have a requriement to maintain "password minimum difference = 3" Does ESX server have this setting?
Thank you in advance,
Bill Burke
Reply2.Re: ESX v3.5 and LDAP ?? Jun 30, 2009 5:47 AM
in response to: AndreTheGiant
Hello,
Moved to the Security forum.
You need to use different controls within your LDAP server. However you can use pam_tally.so and pam_cracklib.so to improve your local security for passwords..
One option is:
esxcfg-auth --usecrack=3 14 2 2 2 2
First entry is '3' retries for a password attempt.