Adding local users / passwords on Kerberized Linux box
Temporarily tune via pam-auth-update command
- You can temporarily deactivate Kerberos with the
pam-auth-update
. So that it looks like this:[ ] Kerberos authentication
- You can then add users/change passwords.
- And then reactivate Kerberos with
pam-auth-update
when you are done. So that it looks like this:[*] Kerberos authentication
See also: pam-auth-update
manpage