From 0c079febe26652086f25d426660d4a0806f10b46 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 16 Jun 2016 12:35:30 +0200 Subject: [PATCH] documentation for debug_file option --- README | 4 +++- pam_yubico.8.txt | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index 85ce51f..6e684df 100644 --- a/README +++ b/README @@ -151,7 +151,9 @@ and the validation server. If you want to get one for use with the default YubiCloud service, go https://upgrade.yubico.com/getapikey[here]. -debug:: to enable debug output to stdout. +debug:: to enable debug output. + +debug_file:: filename to write debug to, stdout is default. alwaysok:: to enable all authentication attempts to succeed diff --git a/pam_yubico.8.txt b/pam_yubico.8.txt index 0855858..b195cb3 100644 --- a/pam_yubico.8.txt +++ b/pam_yubico.8.txt @@ -15,7 +15,10 @@ The module is for authentication of YubiKeys, either with online validation of O == OPTIONS *debug*:: -Turns on debugging to STDOUT +Turns on debugging. + +*debug_file*=_file_:: +File name to write debug to. Defaults to stdout. *mode=*[_client_|_challenge-response_]:: Set the mode of operation, client for OTP validation and challenge-response for challenge-response validation, client is the default.