From 7fe9b5c887a9f4f9d64d860f9185cb0ac0dc7c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Str=C3=A5th?= Date: Fri, 31 Oct 2014 14:42:01 +0100 Subject: [PATCH] Update MacOS_X_Challenge-Response.adoc --- doc/MacOS_X_Challenge-Response.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/MacOS_X_Challenge-Response.adoc b/doc/MacOS_X_Challenge-Response.adoc index a9d68c0..2a1a642 100644 --- a/doc/MacOS_X_Challenge-Response.adoc +++ b/doc/MacOS_X_Challenge-Response.adoc @@ -123,7 +123,7 @@ where * `arguments` are passed to the pam module and can be used to configure its behavior. See 'Supported PAM module parameters' in - [README](https://github.com/Yubico/yubico-pam/blob/master/README) + https://github.com/Yubico/yubico-pam/blob/master/README[README] for a list of possible values. Since we want to use challenge-response, we add `mode=challenge-response` and to debug the setup initially also `debug`, separated by spaces. `debug` can @@ -141,7 +141,7 @@ auth sufficient pam_yubico.so mode=challenge-response debug ---- To get this working on the loginwindow for local interactive login add -the pam_yubico.so to the pam.d file authorization as the first +the `pam_yubico.so` to the `pam.d` file authorization as the first line. The whole file might look something like this (example taken from OS X):