Changeset View
Changeset View
Standalone View
Standalone View
plugins/kolab_2fa/config.inc.php.dist
Show First 20 Lines • Show All 115 Lines • ▼ Show 20 Lines | $config['kolab_2fa_hotp'] = array( | ||||
// 'digest' => 'sha1', | // 'digest' => 'sha1', | ||||
); | ); | ||||
// configuration parameters for Yubikey (uncomment to adjust) | // configuration parameters for Yubikey (uncomment to adjust) | ||||
$config['kolab_2fa_yubikey'] = array( | $config['kolab_2fa_yubikey'] = array( | ||||
'clientid' => '123456', | 'clientid' => '123456', | ||||
'apikey' => '<your-server-api-key>', | 'apikey' => '<your-server-api-key>', | ||||
// 'hosts' => array('api.myhost1.com','api2.myhost.com'), | // 'hosts' => array('api.myhost1.com','api2.myhost.com'), | ||||
'use_https' => true, // connect via https if set to true | |||||
); | ); | ||||
No newline at end of file | No newline at end of file |