[SSSD] [PATCH] Two man page patches

Jakub Hrozek jhrozek at redhat.com
Fri Apr 19 13:42:05 UTC 2013


On Thu, Apr 18, 2013 at 03:38:34PM +0200, Michal Židek wrote:
> On 04/18/2013 02:20 PM, Jakub Hrozek wrote:
> >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.
> 
> I think it would be better to say, that AD provider is "always" case
> insensitive (not just "by default").
> 
> Michal

I agree, new patches attached.
-------------- next part --------------
>From 1378a62c5c0049ba0de5d8e86b1480e186b852d7 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 3e41eefa34c8de2b3fdb237d720cd61844d26027 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..6a06240507dbb3e312a34610ce0eab69318b7704 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 always case-insensitive.
         </para>
     </refsect1>
 
-- 
1.8.1.4



More information about the sssd-devel mailing list