mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
Update suse.md to avoid Authentication token manipulation error (#2973)
The option use_authok for pam_unix requires a password on the stack, for example from a previous module such as pam_cracklib. If that is not the case, pam_unix fails, leading to this error: ~ # passwd passwd: Authentication token manipulation error passwd: password unchanged Signed-off-by: Tiziano Müller <tiziano.mueller@hpe.com>
This commit is contained in:
parent
7ec36e5c6f
commit
50da3ff9ae
|
@ -53,7 +53,7 @@ auth required pam_deny.so
|
|||
# Controls flow of what happens when a user invokes the passwd command. Currently does NOT
|
||||
# push password changes back to kanidm
|
||||
password [default=1 ignore=ignore success=ok] pam_localuser.so
|
||||
password required pam_unix.so use_authtok nullok shadow try_first_pass
|
||||
password required pam_unix.so nullok shadow try_first_pass
|
||||
password [default=1 ignore=ignore success=ok] pam_succeed_if.so uid >= 1000 quiet_success quiet_fail
|
||||
password required pam_kanidm.so
|
||||
|
||||
|
|
Loading…
Reference in a new issue