Skip to content

Commit

Permalink
Use correct quoting in yubikey config file
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 12, 2013
1 parent 0cef4d2 commit a29c5c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions raddb/mods-available/yubikey
Expand Up @@ -41,12 +41,12 @@ yubikey {
# * Yubikey-Timestamp - Token's internal clock (mainly useful for debugging).
# * Yubikey-Random - Randomly generated value from the token.
#
decrypt = "no"
decrypt = no

#
# Validation mode - Tokens will be validated against a Yubicloud server
#
validate = "no"
validate = no

#
# Settings for validation mode.
Expand All @@ -62,8 +62,8 @@ yubikey {
# If no URLs are listed, will default to the default URLs in the
# ykclient library, which point to the yubico validation servers.
servers {
# uri = "http://api.yubico.com/wsapi/2.0/verify?id=%d&otp=%s"
# uri = "http://api2.yubico.com/wsapi/2.0/verify?id=%d&otp=%s"
# uri = 'http://api.yubico.com/wsapi/2.0/verify?id=%d&otp=%s'
# uri = 'http://api2.yubico.com/wsapi/2.0/verify?id=%d&otp=%s'
}

#
Expand All @@ -78,7 +78,7 @@ yubikey {
#
# Must be set to your API key for the validation server.
#
# api_key = "000000000000000000000000"
# api_key = '000000000000000000000000'

#
# Connection pool parameters
Expand Down

0 comments on commit a29c5c4

Please sign in to comment.