add support for pam_u2f to nixos pam module

This adds support for authenticating using a U2F device such as a
yubikey neo.
This commit is contained in:
Philip Potter
2015-05-03 19:22:00 +01:00
parent 0f8203d120
commit 2216728979
6 changed files with 68 additions and 1 deletions
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://developers.yubico.com/libu2f-host;
description = "a C library and command-line tool thati mplements the host-side of the U2F protocol";
description = "A C library and command-line tool thati mplements the host-side of the U2F protocol";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ wkennington ];