1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 21:54:16 +01:00

Update and rename Local_Authentication_Using_Challenge-Response.adoc to Authentication_Using_Challenge-Response.adoc

This commit is contained in:
Henrik Stråth 2014-10-29 17:28:33 +01:00
parent 6a6db381a3
commit 50ede46756

View File

@ -9,12 +9,12 @@ the YubiCloud.
The ykpamcfg utility currently outputs the state information to a file
in the current user's home directory ("$HOME/.yubico/challenge-123456"
for a YubiKey with serial number API readout enabled, and
"$HOME/.yubico/challenge" for one without).
`$HOME/.yubico/challenge` for one without).
The PAM module supports a system wide directory for these state files
(in case the user's home directories are encrypted), but in a system
wide directory, the 'challenge' part should be replaced with the
username. Example: /var/yubico/challenges/alice-123456.
username. Example: `/var/yubico/challenges/alice-123456`.
To use the system-wide mode, you currently have to move the generated
state files manually and configure the PAM module accordingly.