yjeanrenaud / yubikey-mediawiki

Automatically exported from code.google.com/p/yubikey-mediawiki
GNU General Public License v2.0
0 stars 0 forks source link

Installation

Create the directory $MW_INSTALL_PATH/extensions/Yubikey and copy all files there.

Add the user mapping table, like this:

mysql -h yourdbhost -u youradminuser -p yourwikidb < yubikey_table.sql

Add the following line somewhere near the bottom of LocalSettings.php:

require_once("$IP/extensions/Yubikey/Yubikey.php");

Theoretically, that should work out of the box. However, you may want to consider setting some of the following variables.

Prerequisites

PEAR php-yubikey

Convert local user to use a Yubikey

There's no real functionality for that yet.