[SSSD] [PATCH] Two man page patches

Jakub Hrozek jhrozek at redhat.com
Thu Apr 18 12:20:33 UTC 2013


I had a couple of minutes before a meeting starts, so I squashed away
these two man page tickets.
-------------- next part --------------
>From a57d3c22e44852bcc132655d52160468ed0ff0f2 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Thu, 18 Apr 2013 14:15:01 +0200
Subject: [PATCH 1/2] Document the naming convention for SSSD domains

https://fedorahosted.org/sssd/ticket/1809
---
 src/man/sssd.conf.5.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 6a1292c6c8b9ed2c0550971b2969ff71431b5701..432d87f662d28fc8a890b418a2ec052d2e6e2167 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -117,6 +117,8 @@
                                 must be configured or SSSD won't start.
                                 This parameter described the list of domains
                                 in the order you want them to be queried.
+                                A domain name should only consist of alphanumeric
+                                characters, dashes and underscores.
                             </para>
                         </listitem>
                     </varlistentry>
-- 
1.8.1.4

-------------- next part --------------
>From eeb6624494e984c1896f30b8eb29a8a405b4eb32 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Thu, 18 Apr 2013 14:17:40 +0200
Subject: [PATCH 2/2] Document that the AD provider is case-insensitive

https://fedorahosted.org/sssd/ticket/1867
---
 src/man/sssd-ad.5.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
index 6ab133d5204fb2adcb65bafb33e8242a5afcaa70..cfd03b8d30eaf8ad6bb8c333119dc6df8ff381d8 100644
--- a/src/man/sssd-ad.5.xml
+++ b/src/man/sssd-ad.5.xml
@@ -68,6 +68,7 @@
             <programlisting>
 ldap_id_mapping = False
             </programlisting>
+            The AD provider is also case-insensitive by default.
         </para>
     </refsect1>
 
-- 
1.8.1.4



More information about the sssd-devel mailing list