Skip to content

Commit

Permalink
update config.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardomarino committed Aug 30, 2017
1 parent 0229e84 commit 7bf8f76
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Duo Integration Key.
// Duo Integration Key
$rcmail_config['IKEY'] = '';

// Duo Secret Key
Expand All @@ -10,12 +10,14 @@
$rcmail_config['HOST'] = '';

// Duo trusted IPs
$rcmail_config['2FA_OVERRIDE'] = array("127.0.0.1", "X.X.X.X", "Y.Y.Y.Y");
// Remove comment below to configure the array
//$rcmail_config['2FA_OVERRIDE'] = array("127.0.0.1", "X.X.X.X", "Y.Y.Y.Y");

// Duo Application Key. Generate yourself (at least 40 characters long) and keep it secret from Duo.
// You can generate a random string in Python with
// import os, hashlib
// print hashlib.sha256(os.urandom(32)).hexdigest()
$rcmail_config['AKEY'] = '';
// *** Change the AKEY below ***
$rcmail_config['AKEY'] = '86c57ce7cd8d7cd4ebe776f8cffe8cf7f5b1b2177cd772d02afc747ab9f457a2';

?>

0 comments on commit 7bf8f76

Please sign in to comment.