From 69ca7d8c67dce67728e7c91957b655ef18d8145c Mon Sep 17 00:00:00 2001 From: Yubi-David Date: Mon, 1 Mar 2021 12:23:03 -0600 Subject: [PATCH 1/4] Limiting Mac OS support to 10.14 and below --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c8e1b518..56b4caac 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ image:https://travis-ci.org/Yubico/yubico-pam.svg?branch=master["Build Status", The Yubico PAM module provides an easy way to integrate the YubiKey into your existing user authentication infrastructure. PAM is used by -GNU/Linux, Solaris and Mac OS X for user authentication, and by other +GNU/Linux, Solaris and Mac OS X (up to 10.14) for user authentication, and by other specialized applications such as NCSA MyProxy. Status and Roadmap From 66f9e1be87721aa3a435b7a190578fc1cd6fc211 Mon Sep 17 00:00:00 2001 From: Yubi-David Date: Mon, 1 Mar 2021 12:32:25 -0600 Subject: [PATCH 2/4] Update MacOS_X_Challenge-Response.adoc --- doc/MacOS_X_Challenge-Response.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/MacOS_X_Challenge-Response.adoc b/doc/MacOS_X_Challenge-Response.adoc index eb911a87..08552415 100644 --- a/doc/MacOS_X_Challenge-Response.adoc +++ b/doc/MacOS_X_Challenge-Response.adoc @@ -1,14 +1,12 @@ == Setting up your YubiKey for challenge response authentication on Max OS X == This article explains the process to get the challenge-response -authentication possible with newer YubiKeys working on Mac OS X. Since -Mac OS X uses PAM like most other Unix/POSIX systems do, most of this -should apply to other operating systems, too. +authentication possible with newer YubiKeys working on Mac OS X up to 10.13. Starting from 10.14, Mac OS no longer supports PAM. However, these steps may be used in other UNIX/POSIX systems which support PAM. === Getting yubico-pam === First you will have to install yubico-pam and its dependencies -required for challenge-response authentication. Use your +required for challenge-response authentication. Note that PAM does not work on Mac PS 10.15 or above Use your distribution's package manager to get it, or build from source. If you're on OS X you can use http://www.macports.org[MacPorts] to install yubico-pam: From 8d84dd7e4753337361bff5466575366ee6617ab2 Mon Sep 17 00:00:00 2001 From: Yubi-David Date: Mon, 1 Mar 2021 12:32:55 -0600 Subject: [PATCH 3/4] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 56b4caac..32af9359 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ image:https://travis-ci.org/Yubico/yubico-pam.svg?branch=master["Build Status", The Yubico PAM module provides an easy way to integrate the YubiKey into your existing user authentication infrastructure. PAM is used by -GNU/Linux, Solaris and Mac OS X (up to 10.14) for user authentication, and by other +GNU/Linux, Solaris and Mac OS X (up to 10.13) for user authentication, and by other specialized applications such as NCSA MyProxy. Status and Roadmap From 3eb5f9b254d1bc17a1774f0a2dd9a5a55065b3cb Mon Sep 17 00:00:00 2001 From: Yubi-David Date: Mon, 1 Mar 2021 12:34:58 -0600 Subject: [PATCH 4/4] Update MacOS_X_Challenge-Response.adoc --- doc/MacOS_X_Challenge-Response.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/MacOS_X_Challenge-Response.adoc b/doc/MacOS_X_Challenge-Response.adoc index 08552415..5fe04953 100644 --- a/doc/MacOS_X_Challenge-Response.adoc +++ b/doc/MacOS_X_Challenge-Response.adoc @@ -6,7 +6,7 @@ authentication possible with newer YubiKeys working on Mac OS X up to 10.13. Sta === Getting yubico-pam === First you will have to install yubico-pam and its dependencies -required for challenge-response authentication. Note that PAM does not work on Mac PS 10.15 or above Use your +required for challenge-response authentication. Note that PAM does not work on Mac OS 10.14 or above. Use your distribution's package manager to get it, or build from source. If you're on OS X you can use http://www.macports.org[MacPorts] to install yubico-pam: