aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_pwhistory/pwhistory.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_pwhistory/pwhistory.conf')
-rw-r--r--modules/pam_pwhistory/pwhistory.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/modules/pam_pwhistory/pwhistory.conf b/modules/pam_pwhistory/pwhistory.conf
new file mode 100644
index 00000000..070b7197
--- /dev/null
+++ b/modules/pam_pwhistory/pwhistory.conf
@@ -0,0 +1,21 @@
+# Configuration for remembering the last passwords used by a user.
+#
+# Enable the debugging logs.
+# Enabled if option is present.
+# debug
+#
+# root account's passwords are also remembered.
+# Enabled if option is present.
+# enforce_for_root
+#
+# Number of passwords to remember.
+# The default is 10.
+# remember = 10
+#
+# Number of times to prompt for the password.
+# The default is 1.
+# retry = 1
+#
+# The directory where the last passwords are kept.
+# The default is /etc/security/opasswd.
+# file = /etc/security/opasswd