summaryrefslogtreecommitdiff
path: root/xtests/tst-pam_pwhistory1.pamd
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2012-11-13 09:19:05 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2012-11-13 09:19:05 +0100
commitbd07ad3adc626f842a4391d256541883426fd389 (patch)
tree9c6ad9330dd861ba0db63b409df33df6098921bb /xtests/tst-pam_pwhistory1.pamd
parent0603b28023ebe44151466bfb33c60687922e0b0b (diff)
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/tst-pam_pwhistory1.pamd')
-rw-r--r--xtests/tst-pam_pwhistory1.pamd2
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