[SSSD] Re: [PATCH] config: Some fixes to schema

2016-07-11 Thread Michal Zidek
Ok, I split the patches (one per option). MichalFrom 4c11e6cfcfee3cad801d513d75e136e4bd3bd598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=BDidek?= Date: Mon, 11 Jul 2016 13:03:28 +0200 Subject: [PATCH 1/4] config: Allow timeout for all sevices Fixes: https://fedorahosted.org/sssd/ticke

Re: [SSSD] [PATCH] Duplicate detection in fail over did not work.

2012-08-15 Thread Michal Zidek
On 08/15/2012 01:17 PM, Jakub Hrozek wrote: On Wed, Aug 15, 2012 at 11:02:15AM +0200, Ondrej Kos wrote: Ack Two more nitpicks, please use strcasecmp for comparing host names and make functions that are not exported in a header file static. Done. On 08/14/2012 03:40 PM, Michal Zidek wrote

Re: [SSSD] [PATCH] Duplicate detection in fail over did not work.

2012-08-14 Thread Michal Zidek
without affecting other providers (right now all compare functions are only wrappers around strcmp). On 08/13/2012 05:25 PM, Michal Zidek wrote: On 08/13/2012 11:13 AM, Jakub Hrozek wrote: On Fri, Aug 10, 2012 at 07:12:38PM +0200, Jakub Hrozek wrote: On Fri, Aug 10, 2012 at 07:09:13PM +0200

Re: [SSSD] [PATCH] Duplicate detection in fail over did not work.

2012-08-13 Thread Michal Zidek
On 08/13/2012 11:13 AM, Jakub Hrozek wrote: On Fri, Aug 10, 2012 at 07:12:38PM +0200, Jakub Hrozek wrote: On Fri, Aug 10, 2012 at 07:09:13PM +0200, Jakub Hrozek wrote: On Fri, Aug 10, 2012 at 05:13:48PM +0200, Michal Zidek wrote: This should fix the duplicate detection. Patch is attached

[SSSD] [PATCH] Duplicate detection in fail over did not work.

2012-08-10 Thread Michal Zidek
This should fix the duplicate detection. Patch is attached. Please review with caution, i was in hurry. https://fedorahosted.org/sssd/ticket/1472 Thanks Michal >From 9b4376c827da0891572d37e69165067c7ce66697 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Fri, 10 Aug 2012 15:31:25 +0

Re: [SSSD] [PATCH] If the same server is in both primary and secondary server, list, we must only add it to the primary list.

2012-08-09 Thread Michal Zidek
On 08/09/2012 04:28 PM, Michal Zidek wrote: On 08/09/2012 02:26 PM, Jakub Hrozek wrote: On Thu, Aug 09, 2012 at 01:46:22PM +0200, Pavel Březina wrote: On 08/09/2012 10:50 AM, Michal Zidek wrote: This patch solves 2 things mentioned in ticket 1463. a) If the same server is in both primary and

Re: [SSSD] [PATCH] If the same server is in both primary and secondary server, list, we must only add it to the primary list.

2012-08-09 Thread Michal Zidek
On 08/09/2012 02:26 PM, Jakub Hrozek wrote: On Thu, Aug 09, 2012 at 01:46:22PM +0200, Pavel Březina wrote: On 08/09/2012 10:50 AM, Michal Zidek wrote: This patch solves 2 things mentioned in ticket 1463. a) If the same server is in both primary and secondary server list, we must only add it to

[SSSD] [PATCH] Change default value of ldap_sasl_string to, host/hostname@REALM in man page

2012-08-09 Thread Michal Zidek
One liner in man pages. https://fedorahosted.org/sssd/ticket/1464 Thanks Michal >From c9408bac2e8bc3f629034cbb5d1c1d346b51e1fa Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Thu, 9 Aug 2012 11:09:08 +0200 Subject: [PATCH] Change default value of ldap_sasl_string to host/hostname@REALM

[SSSD] [PATCH] If the same server is in both primary and secondary server, list, we must only add it to the primary list.

2012-08-09 Thread Michal Zidek
. https://fedorahosted.org/sssd/ticket/1463 The patch is attached. Thanks Michal >From a4c09c8e15967606dc32b10c52e209bceae9e317 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Wed, 8 Aug 2012 14:25:54 +0200 Subject: [PATCH] If the same server is in both primary and secondary server list,

Re: [SSSD] [PATCH] When ldap_group_nesting_level was reached, the LDAP provider, tried to link group members with groups outside nesting, limit.

2012-08-07 Thread Michal Zidek
On 08/07/2012 04:11 PM, Simo Sorce wrote: On Tue, 2012-08-07 at 15:40 +0200, Michal Zidek wrote: On 08/06/2012 08:57 PM, Simo Sorce wrote: The major question I have is that this new code introduces O(N^2) behavior, if there are more then a handful of groups it will be quite costly. Can we find

Re: [SSSD] [PATCH] When ldap_group_nesting_level was reached, the LDAP provider, tried to link group members with groups outside nesting, limit.

2012-08-07 Thread Michal Zidek
, new patch is attached. Thanks Michal >From 3b79d6edff198c1d94ac38b28e10bf4031baaf02 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Mon, 6 Aug 2012 19:42:08 +0200 Subject: [PATCH] When ldap_group_nesting_level was reached, the LDAP provider tried to link group members with groups outs

[SSSD] [PATCH] When ldap_group_nesting_level was reached, the LDAP provider, tried to link group members with groups outside nesting, limit.

2012-08-06 Thread Michal Zidek
Now, the groups outside nesting limit are skipped. The patch is attached. https://fedorahosted.org/sssd/ticket/1194 Michal >From b16c02579bb94d0058cde0f890167cccb47b3899 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Mon, 6 Aug 2012 19:42:08 +0200 Subject: [PATCH] W

Re: [SSSD] [PATCH] build ssh tests conditionally

2012-08-03 Thread Michal Zidek
On 08/02/2012 12:49 PM, Pavel Březina wrote: Recently added ssh unit tests were built even without ssh support which made 'make check' unable to finish. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mail

Re: [SSSD] [PATCH] Added unit test for sysdb_ssh.c

2012-07-31 Thread Michal Zidek
On 07/31/2012 05:01 PM, Jakub Hrozek wrote: On Tue, Jul 31, 2012 at 02:15:27PM +0200, Jan Zelený wrote: Dne úterý 31 července 2012 14:06:57, Michal Zidek napsal(a): On 07/31/2012 01:16 PM, Jan Zelený wrote: Adding sssd-devel list back to CC Dne čtvrtek 26 července 2012 18:14:40, Michal Zidek

Re: [SSSD] [PATCH] Added unit test for sysdb_ssh.c

2012-07-31 Thread Michal Zidek
On 07/31/2012 01:16 PM, Jan Zelený wrote: Adding sssd-devel list back to CC Dne čtvrtek 26 července 2012 18:14:40, Michal Zidek napsal(a): On 07/26/2012 02:25 PM, Jan Zelený wrote: Dne středa 25 července 2012 13:21:01, Michal Zidek napsal(a): Unit test for src/db/sysdb_ssh.c Nack, you are

[SSSD] [PATCH] Return value of fread in src/tools/sss_debuglevel.c no, longer ignored.

2012-07-30 Thread Michal Zidek
This patch should silent the GCC warning mentioned in ticket #1426 and adds new debug message when there is no pid in the SSSD_PIDFILE. https://fedorahosted.org/sssd/ticket/1426 >From 2746b37d1518e729e77ccc662c53aa918da5ae1f Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Mon, 30 Jul 2

[SSSD] [PATCH] Added unit test for sysdb_ssh.c

2012-07-25 Thread Michal Zidek
Unit test for src/db/sysdb_ssh.c >From a69cf311b676f5ecbc3956df88628a8b45dd7859 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Mon, 23 Jul 2012 14:56:34 +0200 Subject: [PATCH] Added unit test for sysdb_ssh.c --- Makefile.am | 19 +++ src/tests/sysdb_ssh-tests.c |

Re: [SSSD] [PATCH] Added unit test for sysdb_ssh.c

2012-07-23 Thread Michal Zidek
On 07/23/2012 03:38 PM, Michal Zidek wrote: 4 simple tests for src/db/sysdb_ssh.c module. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/sssd-devel Selfnack. The 4th test is incomplete and

[SSSD] [PATCH] Added unit test for sysdb_ssh.c

2012-07-23 Thread Michal Zidek
4 simple tests for src/db/sysdb_ssh.c module. >From 8ce92fb4da5016184afc07d093d490d229d9d339 Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Mon, 23 Jul 2012 14:56:34 +0200 Subject: [PATCH] Added unit test for sysdb_ssh.c --- Makefile.am | 19 +++ src/tests/sysdb_

[SSSD] [PATCH] Fixed: Uninitialized value in krb5_child-test if ccname was specified.

2012-07-18 Thread Michal Zidek
Variable private was used initialized when ccname was specified. The value now defaults to false. >From 2ba229815ab8293cf7ef2f14ac22cfc8de2e0bbf Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Thu, 19 Jul 2012 12:28:13 +0200 Subject: [PATCH] Fixed: Uninitialized value in krb5_child-test

[SSSD] [PATCH] Fixed: Unchecked return value from dp_opt_set_int.

2012-07-18 Thread Michal Zidek
Fixed unchecked return value from function dp_opt_set_int in file src/tests/krb5_child-test.c. >From a10a4378727d153f6cea3db33d5dbe5f4624b67e Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Thu, 19 Jul 2012 11:52:13 +0200 Subject: [PATCH] Fixed: Unchecked return value from dp_opt_set_