]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that FIDO2 uv/up/clientPin feature support is now handled gracefully 19756/head
authorLennart Poettering <lennart@poettering.net>
Fri, 28 May 2021 14:45:12 +0000 (16:45 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 28 May 2021 14:45:12 +0000 (16:45 +0200)
man/systemd-cryptenroll.xml

index 097cf7518be2ea3353b2e725b933893087b11c40..d5719bc463586c8ad2ffc479382a80c7e66f97e0 100644 (file)
       <varlistentry>
         <term><option>--fido2-with-client-pin=</option><replaceable>BOOL</replaceable></term>
 
-        <listitem><para>When enrolling a FIDO2 security token, controls whether to require the user to
-        enter a PIN when unlocking the volume. Defaults to <literal>yes</literal>.</para></listitem>
+        <listitem><para>When enrolling a FIDO2 security token, controls whether to require the user to enter
+        a PIN when unlocking the volume (the FIDO2 <literal>clientPin</literal> feature). Defaults to
+        <literal>yes</literal>. (Note: this setting is without effect if the security token does not support
+        the <literal>clientPin</literal> feature at all, or does not allow enabling or disabling
+        it.)</para></listitem>
       </varlistentry>
 
       <varlistentry>
 
         <listitem><para>When enrolling a FIDO2 security token, controls whether to require the user to
         verify presence (tap the token, the FIDO2 <literal>up</literal> feature) when unlocking the volume.
-        Defaults to <literal>yes</literal>.
+        Defaults to <literal>yes</literal>. (Note: this setting is without effect if the security token does not support
+        the <literal>up</literal> feature at all, or does not allow enabling or disabling it.)
         </para></listitem>
       </varlistentry>
 
         <term><option>--fido2-with-user-verification=</option><replaceable>BOOL</replaceable></term>
 
         <listitem><para>When enrolling a FIDO2 security token, controls whether to require user verification
-        when unlocking the volume (the FIDO2 <literal>uv</literal> feature)). Defaults to <literal>no</literal>.
-        </para></listitem>
+        when unlocking the volume (the FIDO2 <literal>uv</literal> feature). Defaults to
+        <literal>no</literal>. (Note: this setting is without effect if the security token does not support
+        the <literal>uv</literal> feature at all, or does not allow enabling or disabling it.)</para></listitem>
       </varlistentry>
 
       <varlistentry>