aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2011-11-23 14:37:15 +0000
committerAlex Dupre <ale@FreeBSD.org>2011-11-23 14:37:15 +0000
commit760d7e4096e0c7ad6618fbac57253c88cd3e7108 (patch)
treeed4117b67ed91ccf49835b405796967074796178 /security/Makefile
parent8e6aa66314bf7e7aaff3d8e45f6b4e494c344956 (diff)
downloadports-760d7e4096e0c7ad6618fbac57253c88cd3e7108.tar.gz
ports-760d7e4096e0c7ad6618fbac57253c88cd3e7108.zip
The OATH Toolkit contains a shared library, command line tool
and a PAM module that makes it possible to build one-time password authentication systems. Supported technologies include the event-based HOTP algorithm and the time-based TOTP algorithm. OATH is the Open AuTHentication organization which specify the algorithms. The components included in the package is: - liboath: A shared and static C library for OATH handling. - oathtool: A command line tool for generating and validating OTPs. - pam_oath: A PAM module for pluggable login authentication for OATH. Feature safe: yes
Notes
Notes: svn path=/head/; revision=286308
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 343e85a36645..285e88a38ceb 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -306,6 +306,7 @@
SUBDIR += nmap
SUBDIR += nmapsi4
SUBDIR += nss
+ SUBDIR += oath-toolkit
SUBDIR += ocaml-cryptgps
SUBDIR += ocaml-cryptokit
SUBDIR += ocaml-ssl