1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-27 06:54:15 +01:00

documentation for debug_file option

This commit is contained in:
Klas Lindfors 2016-06-16 12:35:30 +02:00
parent f7a9fc5169
commit 0c079febe2
2 changed files with 7 additions and 2 deletions

4
README
View File

@ -151,7 +151,9 @@ and the validation server.
If you want to get one for use with the default YubiCloud If you want to get one for use with the default YubiCloud
service, go https://upgrade.yubico.com/getapikey[here]. 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:: alwaysok::
to enable all authentication attempts to succeed to enable all authentication attempts to succeed

View File

@ -15,7 +15,10 @@ The module is for authentication of YubiKeys, either with online validation of O
== OPTIONS == OPTIONS
*debug*:: *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_]:: *mode=*[_client_|_challenge-response_]::
Set the mode of operation, client for OTP validation and challenge-response for challenge-response validation, client is the default. Set the mode of operation, client for OTP validation and challenge-response for challenge-response validation, client is the default.