From e19465bc8442ee0a536b4d2da6e9ef25639893bf Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 20 Sep 2013 13:09:44 +0200 Subject: [PATCH] fix links --- TwoFactorPAMConfiguration.asciidoc | 4 ++-- YubiKeyAndOpenVPNviaPAM.asciidoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TwoFactorPAMConfiguration.asciidoc b/TwoFactorPAMConfiguration.asciidoc index 3b5a82d..09d6ed0 100644 --- a/TwoFactorPAMConfiguration.asciidoc +++ b/TwoFactorPAMConfiguration.asciidoc @@ -10,7 +10,7 @@ achieved by a PAM configuration like this: The first line makes pam_yubico check the OTP. Use either a per-user file called ~/.yubico/authorized_yubikeys, or a system wide file called /etc/yubikey_mappings to specify which Yubikeys that can be used to log -in as specific users. See the [[ReadMe]] file for more details about this. +in as specific users. See the https://github.com/Yubico/yubico-pam/wiki/ReadMe for more details about this. The "use_first_pass" on the next line says that the password the pam_unix module should check should be received from the earlier PAM modules @@ -30,4 +30,4 @@ OTP using your Yubikey. When prompted for the password, enter the Unix password first and then (without pressing enter) push the button on your Yubikey. -If it doesn't work, enable debugging (see [[ReadMe]]) and try again. +If it doesn't work, enable debugging (see https://github.com/Yubico/yubico-pam/wiki/ReadMe) and try again. diff --git a/YubiKeyAndOpenVPNviaPAM.asciidoc b/YubiKeyAndOpenVPNviaPAM.asciidoc index faf66f0..b9c265e 100644 --- a/YubiKeyAndOpenVPNviaPAM.asciidoc +++ b/YubiKeyAndOpenVPNviaPAM.asciidoc @@ -64,7 +64,7 @@ b) Installation of pam_yubico module: Build instructions for pam_yubico are available in the README: -[[ReadMe]] +https://github.com/Yubico/yubico-pam/wiki/ReadMe c) Configuration of pam_yubico module: -------------------------------------- @@ -237,7 +237,7 @@ To configure OpenVPN with FreeRADIUS support, please follow the steps below: * Install and configure FreeRADIUS server for two factor authentication using following wiki link: - [[YubiKeyAndFreeRADIUSviaPAM]] +https://github.com/Yubico/yubico-pam/wiki/YubiKeyAndFreeRADIUSviaPAM * Install and configure pam_radius_auth.so and copy it to /lib/security directory