Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PAM support from Mac OS 10.14+ #222

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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.13) for user authentication, and by other
specialized applications such as NCSA MyProxy.

Status and Roadmap
Expand Down
6 changes: 2 additions & 4 deletions doc/MacOS_X_Challenge-Response.adoc
Original file line number Diff line number Diff line change
@@ -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 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:
Expand Down