Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 77e77bd629d21d35ea764fb312ce28fd > files > 29

squirrelmail-1.4.22-15.1.mga6.noarch.rpm

<?php

/**
  * SquirrelMail Yubikey Plugin
  *
  * @copyright &copy; 2009 Richard Ferguson <yubikey@fergusnet.com>
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage yubikey
  *
  */

global $yubico_server_id, $yubico_server_key, 
       $yubico_server_url, $yubikey_input_mode;

$yubico_server_id = 16;
//$yubico_server_key = 'INSERT_KEY_HERE';
//$yubico_server_url = 'INSERT_URLBASE_HERE';

// yubikey_input_mode
// 1 = combined with password field
// 2 = separate input field
$yubikey_input_mode = 1;