Rev | Line | |
---|
[2257] | 1 | # |
---|
| 2 | # You need to register with Yubico and get a CLIENT_ID and CLIENT_KEY |
---|
| 3 | # in order to use the YubiCloud validation service. |
---|
| 4 | # Go to |
---|
| 5 | # |
---|
| 6 | # https://upgrade.yubico.com/getapikey/ |
---|
| 7 | # |
---|
| 8 | # and follow the instructions. Fill in the client id and key in this file |
---|
| 9 | # and place it in the WEB-INF/classes directory of your BASE installation |
---|
| 10 | # |
---|
| 11 | |
---|
| 12 | client-id = |
---|
| 13 | client-key = |
---|
| 14 | |
---|
[2511] | 15 | ## Comma- or whitespace separated list of application ids |
---|
| 16 | ## that should NOT use YubiKey for login. For example, |
---|
| 17 | ## it is recommended that YubiKey is disabled for the |
---|
| 18 | ## FTP Server extension if that is installed |
---|
| 19 | # no-yubikey = net.sf.basedb.clients.ftp |
---|
Note: See
TracBrowser
for help on using the repository browser.