Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > contrib-updates > by-pkgid > 5825c7e13b3de5c0a8d52026d64250af > files > 29

squirrelmail-1.4.22-1.1mdv2010.2.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;