Re: [SSSD] [PATCH] Do not attempt to resolve nameless servers

2011-04-01 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/01/2011 03:34 PM, Stephen Gallagher wrote: > On 04/01/2011 07:45 AM, Jakub Hrozek wrote: >> The attached patch reverts the change I introduced earlier with my patch >> c825253e74027f87b900c0b811ae019d767c0848. > >> The patch is a one-liner but i

Re: [SSSD] [PATCH] Only save members for successfully saved groups

2011-04-01 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/01/2011 05:39 AM, Jan Zelený wrote: > Jakub Hrozek wrote: >> https://fedorahosted.org/sssd/ticket/834 > > Ack > Pushed to master. - -- Stephen Gallagher RHCE 804006346421761 Delivering value year after year. Red Hat ranks #1 in value among

Re: [SSSD] [PATCH] Do not attempt to resolve nameless servers

2011-04-01 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/01/2011 07:45 AM, Jakub Hrozek wrote: > The attached patch reverts the change I introduced earlier with my patch > c825253e74027f87b900c0b811ae019d767c0848. > > The patch is a one-liner but its context is a little more complex - I > actually rea

[SSSD] [PATCH] Configuration parsing modifications

2011-04-01 Thread Jan Zelený
These changes are all related to the following ticket: https://fedorahosted.org/sssd/ticket/763 Changes in SSSDConfig.py merge old and new domain record instead of just deleting the old and inserting the new one. The old approach let to loss of some information like comments and blank lines in the

[SSSD] [PATCH] Do not attempt to resolve nameless servers

2011-04-01 Thread Jakub Hrozek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The attached patch reverts the change I introduced earlier with my patch c825253e74027f87b900c0b811ae019d767c0848. The patch is a one-liner but its context is a little more complex - I actually reached out to Martin Nagy, who wrote much of the origina

[SSSD] Case insensitive search

2011-04-01 Thread Jan Zelený
Hi, I'd like to start working on following ticket: https://fedorahosted.org/sssd/ticket/808 Please take a look at the ticket and if you can think of any other attributes which might use case-insensitive search, add a comment to the ticket. Thank you very much Jan ___

Re: [SSSD] [PATCH] Only save members for successfully saved groups

2011-04-01 Thread Jan Zelený
Jakub Hrozek wrote: > https://fedorahosted.org/sssd/ticket/834 Ack Jan ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/sssd-devel

[SSSD] [PATCH] Don't use negative cache in netgroup lookup

2011-04-01 Thread Jan Zelený
In responder a negative cache is used to indicate that the record has not been found by previous lookup. This approach is however not applicable for netgroup lookup because the design of their lookup is a little different. This patch removes some pieces of code working with negative cache, because