URL: https://github.com/SSSD/sssd/pull/5588
Author: sumit-bose
 Title: #5588: man: clarify single_prompt option
Action: opened

PR body:
"""
Make it more clear that the single_prompt prompting configuration option
can only be used with both factor even if the second is optional.

Resolves: https://github.com/SSSD/sssd/issues/5586
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5588/head:pr5588
git checkout pr5588
From 97031999b506da005f2c440a913aa83ea6344cff Mon Sep 17 00:00:00 2001
From: Sumit Bose <sb...@redhat.com>
Date: Thu, 15 Apr 2021 11:15:43 +0200
Subject: [PATCH] man: clarify single_prompt option

Make it more clear that the single_prompt prompting configuration option
can only be used with both factor even if the second is optional.

Resolves: https://github.com/SSSD/sssd/issues/5586
---
 src/man/sssd.conf.5.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index b3aa927aaa..f4a9105f5b 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -4150,9 +4150,14 @@ ldap_user_extra_attrs = phone:telephoneNumber
                         <listitem><para>boolean value, if True there will be
                         only a single prompt using the value of first_prompt
                         where it is expected that both factors are entered as a
-                        single string</para></listitem>
+                        single string. Please note that both factors have to be
+                        entered here, even if the second factor is
+                        optional.</para></listitem>
                         </varlistentry>
                     </variablelist>
+                    If the second factor is optional and it should be possible
+                    to log in either only with the password or with both factors
+                    two-step prompting has to be used.
                     </para>
                 </listitem>
             </varlistentry>
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to