URL: https://github.com/SSSD/sssd/pull/326
Author: amitkumar50
 Title: #326: IPA: check if IPA hostname is a FQDN
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/326/head:pr326
git checkout pr326
From 9719a1a8bdf0bea47307bf7ec321bd582a17e8e4 Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Thu, 10 Aug 2017 20:11:45 +0530
Subject: [PATCH] MAN: Improve ipa_hostname description

The description of ipa_hostname config option doesn't mention it must be
fully-qualified, although when using a  non-fully qualified name IPA
server may behave weirdly. Thus, let's add this info the the man page.

Related: https://pagure.io/SSSD/sssd/issue/1946
---
 src/man/sssd-ipa.5.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 5e7f8ff1a..cd0032610 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -113,6 +113,7 @@
                             Optional. May be set on machines where the
                             hostname(5) does not reflect the fully qualified
                             name used in the IPA domain to identify this host.
+                            The hostname must be fully qualified.
                         </para>
                     </listitem>
                 </varlistentry>
_______________________________________________
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