summarylogtreecommitdiffstats
path: root/libpam-google-authenticator.install
diff options
context:
space:
mode:
Diffstat (limited to 'libpam-google-authenticator.install')
-rw-r--r--libpam-google-authenticator.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam-google-authenticator.install b/libpam-google-authenticator.install
index fc91fa2bdfe9..ad6ec88499a1 100644
--- a/libpam-google-authenticator.install
+++ b/libpam-google-authenticator.install
@@ -1,5 +1,5 @@
post_install() {
echo "Add this line to your PAM configuration file:"
- echo "auth required pam_google_authenticator.so"
+ echo "auth required pam_google_authenticator.so no_increment_hotp"
echo "Run the "google-authenticator" binary to create a new secret key in your home directory."
}