Title
Date
Author
Comments
October 19th, 2009
Tim Phillips

Let’s have a quick look at password policy in ESX Server:
esxcfg-auth –usepamqc=N1 N2 N3 N4 N5 match
where N1 is minimal length of password, which consists only of 1 class symbols (abcdef….)
where N2 is minimal length of password, which consists of 1 class symbols or 2 class symbols (ABCdef…)
where N3 is minimal amount of letters in password
where N4 is [...]

October 19th, 2009
Tim Phillips

Everything is really simple! I need only 30 seconds to show it!
esxcfg-auth [ [ --enablead | --disablead ] [ --addomain= | --removedomain= ] [--addc= | --removedc= ] ]
where addomain|removedomain is name of domain, and  addc|removedc is DNS or IP address of domain controller. After that you need to create a user, who will be able to [...]