From c6816d564159bb8a8f23728ebf0f581d70af59d3 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Thu, 10 Sep 2020 17:05:56 -0400 Subject: [PATCH] Fix comment --- conf/mfa-totp.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/mfa-totp.schema b/conf/mfa-totp.schema index 92226dea..0bd09266 100644 --- a/conf/mfa-totp.schema +++ b/conf/mfa-totp.schema @@ -18,8 +18,8 @@ attributetype ( MiabLDAPmfaAttributeType:1 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 EQUALITY caseExactIA5Match ) -# tokens are a base-10 string of N digits - set the syntax to the string -# representation of a decimal number +# tokens are a base-10 string of N digits, but set the syntax to +# IA5String anyway attributetype ( MiabLDAPmfaAttributeType:2 DESC 'TOTP last token used' NAME 'totpMruToken'