mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
760d7e4096
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
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
bin/oathtool
|
|
include/liboath/oath.h
|
|
lib/liboath.a
|
|
lib/liboath.la
|
|
lib/liboath.so
|
|
lib/liboath.so.1
|
|
lib/security/pam_oath.so
|
|
libdata/pkgconfig/liboath.pc
|
|
@dirrm include/liboath
|
|
@dirrmtry lib/security
|