defuseme2k
[H]ard|Gawd
- Joined
- Oct 7, 2004
- Messages
- 1,074
Since I work for the DoD we have to meet the a lot of crazy requirements for security.
In ESXi they use pam_passwdqc.so to manage password complexity, by default it is:
retry=3 min=8,8,8,7,6
I need it to be: retry=3 similar=deny max=26 min=disabled,disabled,disabled,disabled,14
The problem is that vpxuser apparently can't meet the requirements when joining a host to vCenter heh... so I'm curious. I need to know what complexity is used by vpxuser when it is generated. My google-fu is failing me, I can find no documentation :\.
In ESXi they use pam_passwdqc.so to manage password complexity, by default it is:
retry=3 min=8,8,8,7,6
I need it to be: retry=3 similar=deny max=26 min=disabled,disabled,disabled,disabled,14
The problem is that vpxuser apparently can't meet the requirements when joining a host to vCenter heh... so I'm curious. I need to know what complexity is used by vpxuser when it is generated. My google-fu is failing me, I can find no documentation :\.