Kerberos - Changing password with passwd as well as with kpasswd - PAM settings
Hello,
I've been studying the manual as this particular problem is of interest, but haven't found any examples on how to adjust pam.conf to get the desired behavior from passwd.
I've been studying the manual as this particular problem is of interest, but haven't found any examples on how to adjust pam.conf to get the desired behavior from passwd.
...
#-----------------------------------------------------------------------------------
# passwd command (explicit because of a different authentication module)
#
passwd auth required pam_passwd_auth.so.1
#
#-----------------------------------------------------------------------------------
# Default definition for Account management
# Used when service name is not explicitly mentioned for account management
#
other account requisite pam_roles.so.1
other account requisite pam_list.so.1 allow=/etc/user.allow
other account binding pam_krb5.so.1
other account required pam_unix_account.so.1
#
...
#-----------------------------------------------------------------------------------
# Default definition for Password management
0