URL: https://github.com/SSSD/sssd/pull/383
Author: fidencio
 Title: #383: MAN: Add a note about the output of all commands when using 
domain_resolution_order
Action: opened

PR body:
"""
As the output of all commands when using domain_resolution_order is
fully-qualified, even when using shortnames, let's add a note in the man
page to make it explicit. Also, let's suggest a possible workaround for
this having the output non fully-qualified.

Signed-off-by: Fabiano FidĂȘncio <fiden...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/383/head:pr383
git checkout pr383
From 411f6971956d142eba96ff178cf38025826aff82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fiden...@redhat.com>
Date: Wed, 13 Sep 2017 07:22:12 +0200
Subject: [PATCH] MAN: Add a note about the output of all commands when using
 domain_resolution_order
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

As the output of all commands when using domain_resolution_order is
fully-qualified, even when using shortnames, let's add a note in the man
page to make it explicit. Also, let's suggest a possible workaround for
this having the output non fully-qualified.

Signed-off-by: Fabiano FidĂȘncio <fiden...@redhat.com>
---
 src/man/sssd.conf.5.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 9c9bf894f..8757107d0 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -560,6 +560,15 @@
                                 in a random order for each parent domain.
                             </para>
                             <para>
+                                Note that when this option is set the output
+                                format of all commands is always
+                                fully-qualified, even when using short names.
+                                In case the administrator wants the output not
+                                fully-qualified, the full_name_format option
+                                can be used as shown below:
+                                <quote>full_name_format=%1$s</quote>
+                            </para>
+                            <para>
                                 Default: Not set
                             </para>
                         </listitem>
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to