remove # in front of relevant settings

the relevant settings are commented in the example - I guess they should not be like that.
This commit is contained in:
Kim Schulz
2019-10-24 10:32:43 +02:00
committed by GitHub
parent 01c410a5e0
commit ac200129c0

View File

@@ -46,11 +46,11 @@ later.
#YKFDE_CHALLENGE="" #YKFDE_CHALLENGE=""
# Use 'Manual mode with secret challenge (2FA)'. # Use 'Manual mode with secret challenge (2FA)'.
#YKFDE_CHALLENGE_PASSWORD_NEEDED="1" YKFDE_CHALLENGE_PASSWORD_NEEDED="1"
# YubiKey slot configured for 'HMAC-SHA1 Challenge-Response' mode. # YubiKey slot configured for 'HMAC-SHA1 Challenge-Response' mode.
# Possible values are "1" or "2". Defaults to "2". # Possible values are "1" or "2". Defaults to "2".
#YKFDE_CHALLENGE_SLOT="2" YKFDE_CHALLENGE_SLOT="2"
### OPTIONAL ### ### OPTIONAL ###