1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-03-15 18:29:16 +01:00

Update Two_Factor_PAM_Configuration.adoc

This commit is contained in:
Henrik Stråth 2014-10-31 16:34:48 +01:00
parent 482a11ccd2
commit 0c71b6df0e

View File

@ -2,10 +2,10 @@ PAM configuration is somewhat complex, but a typical use-case is to
require both a password and Yubikey to allow access. This can be
achieved by a PAM configuration like this:
---
----
auth requisite pam_yubico.so id=42
auth required pam_unix.so use_first_pass
---
----
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
@ -31,4 +31,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 https://developers.yubico.com/yubico-pam[the README] and try again.
If it doesn't work, enable debugging (see https://developers.yubico.com/yubico-pam[the README]) and try again.