From: Alan T. DeKok Date: Wed, 16 Aug 2023 13:06:20 +0000 (-0400) Subject: helps to have example config, too X-Git-Tag: release_3_2_4~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244a0dc945adaa150aa3c3b8a2f199966b9dc534;p=thirdparty%2Ffreeradius-server.git helps to have example config, too --- diff --git a/raddb/mods-available/totp b/raddb/mods-available/totp index b354122b64e..43d2f57afa4 100644 --- a/raddb/mods-available/totp +++ b/raddb/mods-available/totp @@ -43,4 +43,27 @@ # The module takes no configuration items. # totp { + # + # Default time step between time changes + # + time_step = 30 + + # + # Length of the one-time password. + # + # Must be 6 or 8 + # + otp_length = 8 + + # + # How many steps backward in time we look for a matching OTP + # + lookback_steps = 1 + + # + # Time delta between steps. + # + # Cannot be larger than time_step + # + lookback_interval = 30 }