© 2009 Dennis Leeuw dleeuw at made-it dot com
Policies within MIT kerberos define how passwords should be created within the Kerberos database. The different rules that apply to password policies are:
The minimum amount of character classes that a password should comply to.
MIT Kerberos knows a maximum of 5 character classes:
add_policy -minlength 8 -minclasses 3 admin add_policy -minlength 8 -minclasses 4 host add_policy -minlength 8 -minclasses 2 user
listpols
Or list a subsection of the policies list:
listpols a*
get_policy admin
addprinc -policy user root/admin
Or change the policy of a user:
modprinc -policy admin root/admin