From b69ccb7d3824d2b38a644f27057afe27e17473bc Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 23 Jun 2023 08:49:53 -0400 Subject: [PATCH] document TOTP-Key --- raddb/mods-available/totp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/raddb/mods-available/totp b/raddb/mods-available/totp index 695365f7d2..b354122b64 100644 --- a/raddb/mods-available/totp +++ b/raddb/mods-available/totp @@ -13,6 +13,12 @@ # # &control:TOTP-Secret # +# Any "bare" key should be placed into: +# +# &control:TOTP-Key +# +# If TOTP-Key exists, then it will be used instead of TOTP-Secret. +# # The TOTP password entered by the user should be placed into: # # &request:TOTP-Password -- 2.47.3