[SSSD] [PATCH] Two man page patches

Jakub Hrozek jhrozek at redhat.com
Wed Apr 24 18:57:35 UTC 2013


On Tue, Apr 23, 2013 at 11:40:38AM -0400, Stephen Gallagher wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On 04/18/2013 09:38 AM, 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").
> > 
> 
> As a native speaker, I'd suggest that this would read better as
> 
> "Users, groups and other entities served by SSSD are always treated as
> case-insensitive in the AD provider for compatibility with Active
> Directory's LDAP implementation."
> 
> It provides a little more information (so people don't have to go
> looking for the case-sensitivity section of the docs).

Thanks for the suggestion, new patches are attached.
-------------- next part --------------
>From 0ff7285056c5cf47b81546b9d74dcc62996c5570 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..04c699948b093c235762c0d9f8223911a6fd2ada 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
+                                ASCII characters, dashes and underscores.
                             </para>
                         </listitem>
                     </varlistentry>
-- 
1.8.1.4

-------------- next part --------------
>From f5a6288a9c742bf0e482eff5f3003fce8b43a519 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 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
index 3b2b0bc0bc9e68230329aab6759e6b807bdf0735..5513c2ee5e9993a22b81ffed62abfa5fc200b444 100644
--- a/src/man/sssd-ad.5.xml
+++ b/src/man/sssd-ad.5.xml
@@ -68,6 +68,9 @@
             <programlisting>
 ldap_id_mapping = False
             </programlisting>
+            Users, groups and other entities served by SSSD are always treated as
+            case-insensitive in the AD provider for compatibility with Active
+            Directory's LDAP implementation.
         </para>
     </refsect1>
 
-- 
1.8.1.4



More information about the sssd-devel mailing list