We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83f011 commit ec65492Copy full SHA for ec65492
otp/openvpn
@@ -1,6 +1,6 @@
1
# Uses google authenticator library as PAM module using a single folder for all users tokens
2
# User root is required to stick with an hardcoded user when trying to determine user id and allow unexisting system users
3
-# See https://github.com/google/google-authenticator/tree/master/libpam#secretpathtosecretfile--usersome-user
+# See https://github.com/google/google-authenticator-libpam#usersome-user
4
auth required pam_google_authenticator.so secret=/etc/openvpn/otp/${USER}.google_authenticator user=root
5
6
# Accept any user since we're dealing with virtual users there's no need to have a system account (pam_unix.so)
0 commit comments