Changes between Version 3 and Version 4 of net.sf.basedb.yubikey/install


Ignore:
Timestamp:
Jun 17, 2014, 11:41:46 AM (10 years ago)
Author:
Nicklas Nordborg
Comment:

Adding note about disabling YubiKey for some clients (#609)

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.yubikey/install

    v3 v4  
    88    A. Generate a key for use with the Yubico Web Services (see below)
    99    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
    1112    `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. Done
     13 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
    1516 
     17
     18----
     19
    1620
    1721== FIRST-TIME INSTALLATION ==
     
    3640 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.
    3741 4. Restart the BASE server and job agents.
     42
     43----
     44
     45== Additional configuration settings ==
     46
     47There 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