diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2012-11-13 09:19:05 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2012-11-13 09:19:05 +0100 |
commit | bd07ad3adc626f842a4391d256541883426fd389 (patch) | |
tree | 9c6ad9330dd861ba0db63b409df33df6098921bb /xtests | |
parent | 0603b28023ebe44151466bfb33c60687922e0b0b (diff) | |
download | pam-bd07ad3adc626f842a4391d256541883426fd389.tar.gz pam-bd07ad3adc626f842a4391d256541883426fd389.tar.bz2 pam-bd07ad3adc626f842a4391d256541883426fd389.zip |
Reflect the enforce_for_root semantics change in pam_pwhistory xtest.
xtests/tst-pam_pwhistory1.pamd: Use enforce_for_root as the test is
running with real uid == 0.
Diffstat (limited to 'xtests')
-rw-r--r-- | xtests/tst-pam_pwhistory1.pamd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtests/tst-pam_pwhistory1.pamd b/xtests/tst-pam_pwhistory1.pamd index 68e1b942..d60db7cb 100644 --- a/xtests/tst-pam_pwhistory1.pamd +++ b/xtests/tst-pam_pwhistory1.pamd @@ -1,6 +1,6 @@ #%PAM-1.0 auth required pam_permit.so account required pam_permit.so -password required pam_pwhistory.so remember=10 retry=1 +password required pam_pwhistory.so remember=10 retry=1 enforce_for_root password required pam_unix.so use_authtok md5 session required pam_permit.so |