2257 |
27 Feb 14 |
nicklas |
1 |
# |
2257 |
27 Feb 14 |
nicklas |
# You need to register with Yubico and get a CLIENT_ID and CLIENT_KEY |
2257 |
27 Feb 14 |
nicklas |
# in order to use the YubiCloud validation service. |
2257 |
27 Feb 14 |
nicklas |
# Go to |
2257 |
27 Feb 14 |
nicklas |
5 |
# |
2257 |
27 Feb 14 |
nicklas |
# https://upgrade.yubico.com/getapikey/ |
2257 |
27 Feb 14 |
nicklas |
7 |
# |
2257 |
27 Feb 14 |
nicklas |
# and follow the instructions. Fill in the client id and key in this file |
2257 |
27 Feb 14 |
nicklas |
# and place it in the WEB-INF/classes directory of your BASE installation |
5184 |
06 Dec 18 |
nicklas |
# Modifications are detected and reloaded automatically without |
5184 |
06 Dec 18 |
nicklas |
# restarting the server. |
2257 |
27 Feb 14 |
nicklas |
12 |
|
2257 |
27 Feb 14 |
nicklas |
client-id = |
2257 |
27 Feb 14 |
nicklas |
client-key = |
2257 |
27 Feb 14 |
nicklas |
15 |
|
2511 |
17 Jun 14 |
nicklas |
## Comma- or whitespace separated list of application ids |
2511 |
17 Jun 14 |
nicklas |
## that should NOT use YubiKey for login. For example, |
2511 |
17 Jun 14 |
nicklas |
## it is recommended that YubiKey is disabled for the |
2511 |
17 Jun 14 |
nicklas |
## FTP Server extension if that is installed |
2511 |
17 Jun 14 |
nicklas |
# no-yubikey = net.sf.basedb.clients.ftp |
3993 |
10 Jun 16 |
nicklas |
21 |
|
3993 |
10 Jun 16 |
nicklas |
## Comma- or whitespace separated list of applications ids |
3993 |
10 Jun 16 |
nicklas |
## that MUST use YubiKey for login. Users accounts that |
3993 |
10 Jun 16 |
nicklas |
## have not been assigned a YubiKey will not be able to |
3993 |
10 Jun 16 |
nicklas |
## login with the clients (not even the ROOT user!). |
5156 |
30 Nov 18 |
nicklas |
# require-yubikey = net.sf.basedb.clients.web |
5156 |
30 Nov 18 |
nicklas |
27 |
|
5156 |
30 Nov 18 |
nicklas |
## Comma- or whitespace separated list of other authentication |
5156 |
30 Nov 18 |
nicklas |
## methods that are allowed even if a user account has been |
5156 |
30 Nov 18 |
nicklas |
## configured to login with YubiKey. If not specified, |
5156 |
30 Nov 18 |
nicklas |
## user accounts that have been assigned a YubiKey MUST use |
5156 |
30 Nov 18 |
nicklas |
## the YubiKey. This setting doesn't affect user accounts without |
5156 |
30 Nov 18 |
nicklas |
## a YubiKey. |
5156 |
30 Nov 18 |
nicklas |
## For example: use 'password' to allow users to login with regular |
5156 |
30 Nov 18 |
nicklas |
## username and password, or use '*' as a wildcard to allow all |
5156 |
30 Nov 18 |
nicklas |
## other authentication methods. Note that this setting doesn't |
5156 |
30 Nov 18 |
nicklas |
## override the 'no-yubikey' or 'require-yubikey' settings. |
5156 |
30 Nov 18 |
nicklas |
# allow-other-authentication = |