From 0b0be7e5c151bc2a5dc8f160adea9ede0245cca2 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 15 Sep 2015 15:01:40 +0200 Subject: [PATCH] add information about files used thanks to @madrat- for original suggestions fixes #78 --- pam_yubico.8.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pam_yubico.8.txt b/pam_yubico.8.txt index 10ac738..468399a 100644 --- a/pam_yubico.8.txt +++ b/pam_yubico.8.txt @@ -87,7 +87,7 @@ An ldap filter to use for attempting to find the correct object in LDAP. In this Ca certfile for the LDAP connection. *chalresp_path*=_path_:: -Path of a system wide directory where challenge response files can be found for users. +Path of a system wide directory where challenge response files can be found for users. Default location is $HOME/.yubico/ == EXAMPLES @@ -97,6 +97,15 @@ Path of a system wide directory where challenge response files can be found for auth required pam_yubico.so id=16 ldap_uri=ldaps://ldap.example.com ldap_filter=(uid=%u) yubi_attr=yubiKeyId +== FILES + +*$HOME/.yubico/authorized_yubikeys*:: +If *authfile* is not set this file is used for the mapping between YubiKey public id and in _client_ mode. + +*$HOME/.yubico/challenge*:: +*$HOME/.yubico/challenge-_serial_number_*:: +If *chalresp_path* is not set these files are used to hold next challenge and expected response for the user in _challenge-response_ mode. If *chalresp_path* is set the filename will be username instead of challenge. + == BUGS Report yubico-pam bugs in the issue tracker: https://github.com/Yubico/yubico-pam/issues