diff options
author | Romain Tartière <romain@FreeBSD.org> | 2023-03-05 21:41:00 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2023-03-06 02:42:17 +0000 |
commit | 3cbf478ac8c1261f14ba6ebbbb6ff525e3fe0e95 (patch) | |
tree | cbabce0b681677b8a4b6625f3628506fe4385a16 /security/pam_u2f/pkg-descr | |
parent | 9a3b076dfaa14f6f32125c5df33e336951c43534 (diff) | |
download | ports-3cbf478ac8c1261f14ba6ebbbb6ff525e3fe0e95.tar.gz ports-3cbf478ac8c1261f14ba6ebbbb6ff525e3fe0e95.zip |
security/pam_u2f: New port
This module implements PAM over U2F and FIDO2, providing an easy way to
integrate the YubiKey (or other U2F/FIDO2 compliant authenticators) into
your existing infrastructure.
Diffstat (limited to 'security/pam_u2f/pkg-descr')
-rw-r--r-- | security/pam_u2f/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/pam_u2f/pkg-descr b/security/pam_u2f/pkg-descr new file mode 100644 index 000000000000..6b17dd23e50c --- /dev/null +++ b/security/pam_u2f/pkg-descr @@ -0,0 +1,3 @@ +This module implements PAM over U2F and FIDO2, providing an easy way to +integrate the YubiKey (or other U2F/FIDO2 compliant authenticators) into your +existing infrastructure. |