1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/roundcube-yubikey_auth/pkg-plist
Kurt Jaeger 216f0758fa New port: mail/roundcube-yubikey_auth
This plugin adds the option to use a YubiKey as second-factor
authentication.

The YubiKey is a USB key emulating a generic keyboard and make
use of One-time Passwords to provide two factor authentication.

Activate the plugin  by adding the following to Roundcube's
config/config.inc.php:
$config['plugins'] = array('roundcube_yubikey_authentication');

WWW: https://github.com/northox/roundcube-yubikey-plugin

PR:		222318
Submitted by:	Vidar Karlsen <vidar@karlsen.tech>
2018-07-27 05:14:51 +00:00

12 lines
338 B
Plaintext

%%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md
%%WWWDIR%%/composer.json
@sample %%WWWDIR%%/config.inc.php.sample
%%WWWDIR%%/lib/Yubico.php
%%WWWDIR%%/localization/cs_CZ.inc
%%WWWDIR%%/localization/de_DE.inc
%%WWWDIR%%/localization/en_US.inc
%%WWWDIR%%/localization/fr_FR.inc
%%WWWDIR%%/yubikey.js
%%WWWDIR%%/roundcube_yubikey_authentication.php