Changes between Version 3 and Version 4 of net.sf.basedb.yubikey/install
- Timestamp:
- Jun 17, 2014, 11:41:46 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
net.sf.basedb.yubikey/install
v3 v4 8 8 A. Generate a key for use with the Yubico Web Services (see below) 9 9 B. Update the BASE database with additional columns in the users table (see below) 10 4. Copy the `yubikey.jar` file to your BASE plug-ins directory. Look in your 10 4. Make additional configuration settings (see below) 11 5. Copy the `yubikey.jar` file to your BASE plug-ins directory. Look in your 11 12 `base.config` file if you don't know where this is. 12 5. Log in to BASE as an administrator and go to the '''Administrate->Plug-ins & Extensions->Overview''' page.13 6. Run the installation wizard and select to install `yubikey.jar`.14 7. Done13 6. Log in to BASE as an administrator and go to the '''Administrate->Plug-ins & Extensions->Overview''' page. 14 7. Run the installation wizard and select to install `yubikey.jar`. 15 8. Done 15 16 17 18 ---- 19 16 20 17 21 == FIRST-TIME INSTALLATION == … … 36 40 3. Run the `updatedb.sh` script shipped with the BASE installation. This should create additional column in the `Users` table that are used to store !YubiKey-related information. 37 41 4. Restart the BASE server and job agents. 42 43 ---- 44 45 == Additional configuration settings == 46 47 There are some additional configuration settings that can be made in the `yubikey.properties` file. This step is optional. 48 49 || '''Setting''' || '''Description''' || '''Since''' || 50 || no-yubikey || Comma- or whitespace- separated list of application ids for which !YubiKey login should be disabled.[[BR]] For example, if you have installed the [wiki:net.sf.basedb.ftp FTP server] but do not want to use !YubiKey for that: [[BR]] `no-yubikey=net.sf.basedb.clients.ftp` || !YubiKey 1.1 || 51