[SSSD] [WIKI] Contribute and DevelTips are duplicate

2015-07-10 Thread Petr Cech
Hi, I've read the wiki according to # https://fedorahosted.org/sssd/ticket/2706 and I think that it could be helpful clean the page # https://fedorahosted.org/sssd/wiki/DevelTutorials from git topic and create new page for everything related to git. The motivation is, that: * Contribute

Re: [SSSD] [PATCHES] Wildcard lookups for InfoPipe

2015-07-10 Thread Pavel Březina
On 07/09/2015 12:17 PM, Jakub Hrozek wrote: It may be also better to move them into the sysdb module? I would do that if we anticipate more listing intefaces using this kind of filter. I disagree since in my opinion it belongs into sysdb, but I will not insist. If I read the code

Re: [SSSD] [PATCH] KRB5: Use the right domain for case-sensitive flag

2015-07-10 Thread Pavel Reichl
On 07/03/2015 11:55 AM, Jakub Hrozek wrote: Pavel, can you please check if this fix is valid for setups where the main domain and subdomain have different case sensitivity? LGTM, ci passed: http://sssd-ci.duckdns.org/logs/job/18/76/summary.html I did some basic smoke testing and feature

[SSSD] [PATCH] test common: sss_dp_get_account_recv() fix assignment

2015-07-10 Thread Sumit Bose
Hi, this patch fixes a simple copy-and-paste issue in the common test code. Since we currently always call mock_account_recv() with the second and third argument set to 0 and NULL respectively it doesn't became an issue earlier. bye, Sumit From 5d2a8ee6d6d26d276b3be4c97fe0bf9e5cf7d099 Mon Sep 17

Re: [SSSD] [PATCHES] DYNDNS: support mult. interfaces for dyndns_iface opt

2015-07-10 Thread Martin Basti
On 10/07/15 16:55, Jakub Hrozek wrote: On Thu, Jul 09, 2015 at 01:17:44PM +0200, Pavel Reichl wrote: While reading #2558 I noticed that there is a further request relating to these patches - mbasti asks If there could be some mean how to send IPs of all interfaces? Is this a good idea in

Re: [SSSD] [PATCHES] DYNDNS: support mult. interfaces for dyndns_iface opt

2015-07-10 Thread Jakub Hrozek
On Fri, Jul 10, 2015 at 05:52:20PM +0200, Martin Basti wrote: On 10/07/15 16:55, Jakub Hrozek wrote: On Thu, Jul 09, 2015 at 01:17:44PM +0200, Pavel Reichl wrote: While reading #2558 I noticed that there is a further request relating to these patches - mbasti asks If there could be some mean

Re: [SSSD] [PATCH] test common: sss_dp_get_account_recv() fix assignment

2015-07-10 Thread Jakub Hrozek
On Fri, Jul 10, 2015 at 05:48:57PM +0200, Sumit Bose wrote: Hi, this patch fixes a simple copy-and-paste issue in the common test code. Since we currently always call mock_account_recv() with the second and third argument set to 0 and NULL respectively it doesn't became an issue earlier.

Re: [SSSD] [PATCHES] DYNDNS: support mult. interfaces for dyndns_iface opt

2015-07-10 Thread Jakub Hrozek
On Thu, Jul 09, 2015 at 01:17:44PM +0200, Pavel Reichl wrote: While reading #2558 I noticed that there is a further request relating to these patches - mbasti asks If there could be some mean how to send IPs of all interfaces? Is this a good idea in general? I suppose I could implement it