[SSSD] [PATCH] 0001-Copy-edit-and-format-review-sssd.conf.patch

2010-05-19 Thread David O'Brien
Now that this file is taking on the nature of a help file, I've attempted to improve its readability, with: 1. Minor layout changes (whitespace between sections) 2. Spell check, inc. s/backend/back end (standardization) 3. General copy-edit Pretty trivial stuff. -- David O'Brien Senior Technic

Re: [SSSD] [PATCH] 0001-Copy-edit-and-format-review-sssd.conf.patch

2010-05-19 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/19/2010 09:27 AM, David O'Brien wrote: > Now that this file is taking on the nature of a help file, I've > attempted to improve its readability, with: > > 1. Minor layout changes (whitespace between sections) > 2. Spell check, inc. s/backend/bac

Re: [SSSD] [PATCH] 0001-Copy-edit-and-format-review-sssd.conf.patch

2010-05-19 Thread David O'Brien
Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/19/2010 09:27 AM, David O'Brien wrote: Now that this file is taking on the nature of a help file, I've attempted to improve its readability, with: 1. Minor layout changes (whitespace between sections) 2. Spell check, inc.

[SSSD] [PATCH] Fix check if LDAP id provider is already initialized

2010-05-19 Thread Sumit Bose
Hi, the ldap_access_filter patch introduces a check if the LDAP id provider is already initialized so that the LDAP access provider can use the same global connection as the id provider. This worked in tests because two errors (missing '==0' and wrong case) were canceling each other. But it would

Re: [SSSD] [PATCH] Fix check if LDAP id provider is already initialized

2010-05-19 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/19/2010 10:15 AM, Sumit Bose wrote: > Hi, > > the ldap_access_filter patch introduces a check if the LDAP id provider > is already initialized so that the LDAP access provider can use the same > global connection as the id provider. This worked

Re: [SSSD] Documenting the SSSD local domain, management tools, etc

2010-05-19 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/19/2010 01:04 AM, David O'Brien wrote: > Recently it was recommended that I not include the LOCAL domain, nested > groups, and related functionality in the end-user doc (limiting it to > the man pages). This raises the following issue: > > The

Re: [SSSD] [PATCH] 0001-Copy-edit-and-format-review-sssd.conf.patch

2010-05-19 Thread Stephen Gallagher
On May 19, 2010, at 3:46 AM, Jakub Hrozek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/19/2010 09:27 AM, David O'Brien wrote: >> Now that this file is taking on the nature of a help file, I've >> attempted to improve its readability, with: >> >> 1. Minor layout changes (whit

Re: [SSSD] [PATCH] Fix check if LDAP id provider is already initialized

2010-05-19 Thread Stephen Gallagher
Great catch. I also ack. On May 19, 2010, at 4:15 AM, Sumit Bose wrote: > Hi, > > the ldap_access_filter patch introduces a check if the LDAP id > provider > is already initialized so that the LDAP access provider can use the > same > global connection as the id provider. This worked in tests be

Re: [SSSD] Documenting the SSSD local domain, management tools, etc

2010-05-19 Thread Stephen Gallagher
On May 19, 2010, at 4:51 AM, Jakub Hrozek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/19/2010 01:04 AM, David O'Brien wrote: >> Recently it was recommended that I not include the LOCAL domain, >> nested >> groups, and related functionality in the end-user doc (limiting it t

Re: [SSSD] Documenting the SSSD local domain, management tools, etc

2010-05-19 Thread David O'Brien
Stephen Gallagher wrote: > On May 19, 2010, at 4:51 AM, Jakub Hrozek wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 05/19/2010 01:04 AM, David O'Brien wrote: >>> Recently it was recommended that I not include the LOCAL domain, >>> nested >>> groups, and related functionalit

Re: [SSSD] [PATCH] 0001-Copy-edit-and-format-review-sssd.conf.patch

2010-05-19 Thread David O'Brien
Stephen Gallagher wrote: > On May 19, 2010, at 3:46 AM, Jakub Hrozek wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 05/19/2010 09:27 AM, David O'Brien wrote: >>> Now that this file is taking on the nature of a help file, I've >>> attempted to improve its readability, with:

[SSSD] questions about SSSD options

2010-05-19 Thread David O'Brien
1. In the option "ldap_opt_timeout", where does the "opt" come from? Is it just short for "option"? 2. A question arose today about how to determine which options are mandatory and which are not in any given SSSD config. I've since found a few cases where "optional" is included as part of the d

Re: [SSSD] Documenting the SSSD local domain, management tools, etc

2010-05-19 Thread Stephen Gallagher
On 05/19/2010 08:24 AM, David O'Brien wrote: > Stephen Gallagher wrote: >> On May 19, 2010, at 4:51 AM, Jakub Hrozek wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> On 05/19/2010 01:04 AM, David O'Brien wrote: Recently it was recommended that I not include the LOCAL do

Re: [SSSD] questions about SSSD options

2010-05-19 Thread Stephen Gallagher
On 05/19/2010 08:33 AM, David O'Brien wrote: > 1. In the option "ldap_opt_timeout", where does the "opt" come from? Is > it just short for "option"? It comes from the LDAP API call to set options. I'm not sure we necessarily want to document this, as it's pretty low-level. Really all it does is

Re: [SSSD] [PATCH] 0001-Copy-edit-and-format-review-sssd.conf.patch

2010-05-19 Thread Stephen Gallagher
On 05/19/2010 08:30 AM, David O'Brien wrote: > Stephen Gallagher wrote: >> On May 19, 2010, at 3:46 AM, Jakub Hrozek wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> On 05/19/2010 09:27 AM, David O'Brien wrote: Now that this file is taking on the nature of a help file,

Re: [SSSD] [PATCH] 0001-Copy-edit-and-format-review-sssd.conf.patch

2010-05-19 Thread Stephen Gallagher
On 05/19/2010 03:58 AM, David O'Brien wrote: > Jakub Hrozek wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 05/19/2010 09:27 AM, David O'Brien wrote: >>> Now that this file is taking on the nature of a help file, I've >>> attempted to improve its readability, with: >>> >>> 1. Mi

[SSSD] [PATCH] Add enumerate details to the manpage and examples

2010-05-19 Thread Stephen Gallagher
Addresses https://fedorahosted.org/sssd/ticket/476 -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ From b9b5a76bb26acfd537c6438124349e2110103c82 Mon Sep 17 00:00:00 2001 From: Stephe

[SSSD] [PATCH] Defer sbus_dispatch() for 30ms during reconnect

2010-05-19 Thread Sumit Bose
Hi, the patch adds a small delay to sbus_dispatch() to avoid log flooding. bye, Sumit From 25c3ada18e44032cd6a2416914bac628a7034c55 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 19 May 2010 17:49:45 +0200 Subject: [PATCH] Defer sbus_dispatch() for 30ms during reconnect --- src/sbus/sssd

Re: [SSSD] [PATCH] Defer sbus_dispatch() for 30ms during reconnect

2010-05-19 Thread Stephen Gallagher
On 05/19/2010 12:04 PM, Sumit Bose wrote: > Hi, > > the patch adds a small delay to sbus_dispatch() to avoid log flooding. > Ack. -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ ___

Re: [SSSD] [PATCH] Add enumerate details to the manpage and examples

2010-05-19 Thread David O'Brien
Stephen Gallagher wrote: > Addresses https://fedorahosted.org/sssd/ticket/476 > > > > > ___ > sssd-devel mailing list > sssd-devel@lists.fedorahosted.org > https://fedorahosted.or

Re: [SSSD] questions about SSSD options

2010-05-19 Thread David O'Brien
Stephen Gallagher wrote: > On 05/19/2010 08:33 AM, David O'Brien wrote: >> 1. In the option "ldap_opt_timeout", where does the "opt" come from? Is >> it just short for "option"? > > It comes from the LDAP API call to set options. I'm not sure we > necessarily want to document this, as it's pretty