Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1c025f937a77546674c04f23aa8ed60a > files > 28

squirrelmail-1.4.20-0.RC2.2mdv2010.0.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;