summarylogtreecommitdiffstats
path: root/libpam-google-authenticator.install
diff options
context:
space:
mode:
authorM0Rf302015-06-17 15:54:54 +0200
committerM0Rf302015-06-17 15:54:54 +0200
commitb9857951570bff0f215ec489700be96af40f97bb (patch)
tree082cfbe238390de64079c1b017027a19e7e24268 /libpam-google-authenticator.install
downloadaur-b9857951570bff0f215ec489700be96af40f97bb.tar.gz
Initial import
Diffstat (limited to 'libpam-google-authenticator.install')
-rw-r--r--libpam-google-authenticator.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpam-google-authenticator.install b/libpam-google-authenticator.install
new file mode 100644
index 000000000000..fc91fa2bdfe9
--- /dev/null
+++ b/libpam-google-authenticator.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "Add this line to your PAM configuration file:"
+ echo "auth required pam_google_authenticator.so"
+ echo "Run the "google-authenticator" binary to create a new secret key in your home directory."
+}