Download the PHP package lmr/duo_auth without Composer
On this page you can find all versions of the php package lmr/duo_auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package duo_auth
Short Description Duo Security two-factor authentication for Roundcube. Users have multiple ways to authenticate, including: 1. One-tap authentication using Duo’s mobile app; 2. One-time passcodes generated by Duo’s mobile app (works even with no cell coverage); 3. One-time passcodes delivered to any SMS-enabled phone; 4. Phone callback to any phone (mobile or landline!); 5. One-time passcodes generated by an OATH-compliant hardware token.
License GPL-3.0-or-later
Homepage https://github.com/leonardomarino/duo_auth
Informations about the package duo_auth
Roundcube lmr/duo_auth
This is a Roundcube webmail plugin that enables Duo Security Two Factor Authentication.
It redirect to additional page after successful username/password authentication that requires a 2nd Factor of Authentication using Duo Security (push, sms, call, hardware token code).
INSTALLATION
Install using Composer (https://getcomposer.org) from the root directory of your roundcube installation:
Run $ composer update
Run $ composer dumpautoload
Run $ composer require "lmr/duo_auth:^1.0.9"
CONFIGURATION
-
Go into the plugins/duo_auth/ directory and modify duo_auth.conf as necessary. Enter all keys necessary for integration with Duo in the duo_auth.conf file. Assuming a Duo integration has already been created in Duo's Admin Panel, you will be able to find all the information requested. Specify the location of the redirect URI. After running the post-intall script above the
your_page_name_redirect.php
file should be located in the root roundcube directory. Modify key "rc_path" in duo.conf file to your particular needs. If you have a subdirectory where you access your WebMail application, adjust accordingly, for example: rc_path = "/WebMail/" or rc_path = "/rc/". If you have root folder installation in your web-server nothing change requirement in duo.conf file, this value("/")
specify by default. - Add the following line to your roundcube configuration file - config.inc.php located in config/config.inc.php
$config['session_storage'] = 'php';
- Modify your PHP config file (php.ini) as follows:
session.save_handler = files
session.save_path = "/var/lib/php/sessions"
CREDITS
Author: Alexios Polychronopoulos - Wrote duo_auth for Roundcube.
Author: Leonardo Mariño-Ramírez - Updated the plugin for compatibility with Roundcube 1.3.0.
Author: Johnson Chow - Added support for IPv4 CIDR matching and 2FA overrride for specific users.
Author: Pavlo Lyha - Rewrote the plugin to be compatible with Duo Web v4 SDK.
All versions of duo_auth with dependencies
roundcube/plugin-installer Version ~0.3.1
duosecurity/duo_universal_php Version ^1.0.2