extensions/net.sf.basedb.yubikey/trunk/yubikey.properties

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