Skip to content

Commit

Permalink
nixos/pam: fix docs about path to u2f_keys file
Browse files Browse the repository at this point in the history
Looking at upstream git repo (git://github.com/Yubico/pam-u2f.git) the
docs initially said the path was ~/.yubico/u2f_keys, but it was later
changed to ~/.config/Yubico/u2f_keys (in 2015).

I have run pam_u2f.so with "debug" option and observed that the correct
path indeed is ~/.config/Yubico/u2f_keys.

(cherry picked from commit 3f36f16)
  • Loading branch information
bjornfor committed Nov 18, 2017
1 parent 3aa2fa3 commit 06bc548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/security/pam.nix
Expand Up @@ -41,7 +41,7 @@ let
type = types.bool;
description = ''
If set, users listed in
<filename>~/.yubico/u2f_keys</filename> are able to log in
<filename>~/.config/Yubico/u2f_keys</filename> are able to log in
with the associated U2F key.
'';
};
Expand Down

0 comments on commit 06bc548

Please sign in to comment.