Re: [SSSD] [PATCHES] AD: Enable TokenGroups initgroups lookup

2013-09-11 Thread Ondrej Kos
members of groups which are found [PATCH 3/3] AD: Add lookup for SIDs not found in cache during TokenGroups Performs LDAPsearch with list of tokengroups SIDs that are missing from sysdb and stores them. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From

[SSSD] [PATCH] IPA: Deprecate ipa_hbac_support_srchost option

2013-09-10 Thread Ondrej Kos
Hi, Attached patch resolves issue https://fedorahosted.org/sssd/ticket/1918 This option got already deprecated on the ipa server side. Option is undocumented and warning is printed both to the sssd log files and syslog. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD

[SSSD] [PATCH] MAN: Remove IPA specific LDAP settings

2013-09-10 Thread Ondrej Kos
Hi, Attached patch resolves the issue https://fedorahosted.org/sssd/ticket/1187 Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From 1fa68c56587947116f7105aff5b27d55b20986d6 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Mon, 9 Sep 2013

Re: [SSSD] [PATCH] DB: Add user/group lookup by SID

2013-09-09 Thread Ondrej Kos
On 09/06/2013 02:12 PM, Jakub Hrozek wrote: On Wed, Sep 04, 2013 at 09:30:37AM +0200, Ondrej Kos wrote: On 09/03/2013 12:08 AM, Jakub Hrozek wrote: On Tue, Aug 27, 2013 at 12:19:39PM +0200, Ondrej Kos wrote: On 08/26/2013 03:53 PM, Jakub Hrozek wrote: On Mon, Aug 26, 2013 at 02:58:18PM +0200

Re: [SSSD] [PATCH] DB: Add user/group lookup by SID

2013-09-09 Thread Ondrej Kos
On 09/09/2013 05:51 PM, Jakub Hrozek wrote: On Mon, Sep 09, 2013 at 02:55:57PM +0200, Ondrej Kos wrote: On 09/06/2013 02:12 PM, Jakub Hrozek wrote: On Wed, Sep 04, 2013 at 09:30:37AM +0200, Ondrej Kos wrote: On 09/03/2013 12:08 AM, Jakub Hrozek wrote: On Tue, Aug 27, 2013 at 12:19:39PM +0200

Re: [SSSD] [PATCH] DB: Add user/group lookup by SID

2013-09-04 Thread Ondrej Kos
On 09/03/2013 12:08 AM, Jakub Hrozek wrote: On Tue, Aug 27, 2013 at 12:19:39PM +0200, Ondrej Kos wrote: On 08/26/2013 03:53 PM, Jakub Hrozek wrote: On Mon, Aug 26, 2013 at 02:58:18PM +0200, Ondrej Kos wrote: Hi, Attached patch adds sysdb routine to search users/groups by their SID, which

[SSSD] [PATCHES] AD: Enable TokenGroups initgroups lookup

2013-09-04 Thread Ondrej Kos
I'd file a ticket to enhance this to look up only groups which are missing in the sysdb, as we talked about with Jakub. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From 4047ef63b0bdfff0d6fe505e556aeeae6978b865 Mon Sep 17 00:00:00 2001 From: Ondrej Kos

Re: [SSSD] [PATCHES] AD: Enable TokenGroups initgroups lookup

2013-09-04 Thread Ondrej Kos
On 09/04/2013 09:34 AM, Ondrej Kos wrote: Hi, Attached find two patches for issue https://fedorahosted.org/sssd/ticket/1568 [PATCH 1/2]: LDAP: move sdap_get_initgr_state structure to private header - moves the initgr state structure to private header so it can be used also in the ad

Re: [SSSD] [PATCHES] Remove requests when AD subdomain goes away

2013-09-04 Thread Ondrej Kos
On 08/30/2013 10:47 AM, Pavel Březina wrote: On 08/28/2013 11:01 AM, Ondrej Kos wrote: On 08/26/2013 11:39 AM, Pavel Březina wrote: On 08/08/2013 02:21 PM, Ondrej Kos wrote: On 08/08/2013 01:08 AM, Pavel Březina wrote: On 08/05/2013 04:10 PM, Ondrej Kos wrote: Hi, Attached are three

Re: [SSSD] [PATCHES] Remove requests when AD subdomain goes away

2013-08-28 Thread Ondrej Kos
On 08/26/2013 11:39 AM, Pavel Březina wrote: On 08/08/2013 02:21 PM, Ondrej Kos wrote: On 08/08/2013 01:08 AM, Pavel Březina wrote: On 08/05/2013 04:10 PM, Ondrej Kos wrote: Hi, Attached are three patches, [PATCH 1/3] Make subdomain refresh period configurable * Adds

Re: [SSSD] [PATCH] DB: Add user/group lookup by SID

2013-08-27 Thread Ondrej Kos
On 08/26/2013 03:53 PM, Jakub Hrozek wrote: On Mon, Aug 26, 2013 at 02:58:18PM +0200, Ondrej Kos wrote: Hi, Attached patch adds sysdb routine to search users/groups by their SID, which will be needed for ticket 1568. I'm sending it now, because one of the patches I have in this working branch

[SSSD] [PATCH] DB: Add user/group lookup by SID

2013-08-26 Thread Ondrej Kos
:) -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From cdd73f6cef534fa6120cd99cca757f806fa7215a Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Wed, 21 Aug 2013 15:17:00 +0200 Subject: [PATCH] DB: Add user/group lookup by SID --- src/db/sysdb.h

Re: [SSSD] [PATCH] AD: Cast SASL callbacks to propper type

2013-08-08 Thread Ondrej Kos
On 08/08/2013 02:02 AM, Simo Sorce wrote: On Thu, 2013-08-08 at 00:15 +0200, Pavel Březina wrote: On 08/07/2013 03:40 PM, Ondrej Kos wrote: Hi, While working on another issue, I noticed a warning in recently added code (commit fb945a2c). On F18 the build works fine, but not on F19

Re: [SSSD] [PATCHES] Remove requests when AD subdomain goes away

2013-08-08 Thread Ondrej Kos
On 08/08/2013 01:08 AM, Pavel Březina wrote: On 08/05/2013 04:10 PM, Ondrej Kos wrote: Hi, Attached are three patches, [PATCH 1/3] Make subdomain refresh period configurable * Adds the ad_subdomain_refresh_period and ipa_subdomain_refresh_period configuration options. This isn't needed

Re: [SSSD] [PATCH] Two minor enhancements on using the negative cache in the PAM responder

2013-08-07 Thread Ondrej Kos
should at least be consistent. The alternative is of course to stop using negative cache in the PAM respnder completely, but I think it has some benefit if the application would only call the PAM conversation. Both patches apply cleanly and fix the issue Ack to both -- Ondrej Kos Associate

Re: [SSSD] [PATCH] sudo: continue if we are unable to resolve fqdn

2013-08-07 Thread Ondrej Kos
On 08/06/2013 12:35 PM, Pavel Březina wrote: https://fedorahosted.org/sssd/ticket/2043 ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Ack -- Ondrej Kos Associate Software

[SSSD] [PATCH] AD: Cast SASL callbacks to propper type

2013-08-07 Thread Ondrej Kos
); Attached patch adds typedef for propper cast and fixes the issue. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From d665761347f458b13bccbd562338852aa9161f78 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Wed, 7 Aug 2013 15:18:31 +0200 Subject

[SSSD] [PATCHES] Remove requests when AD subdomain goes away

2013-08-05 Thread Ondrej Kos
of domain requests * fixes https://fedorahosted.org/sssd/ticket/1968 * Goes through the list of tevent requests introduced in previous patch an those, which match the vanished domain are terminated. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From

[SSSD] [PATCH] DP: Notify propperly when removing PAC responder

2013-08-05 Thread Ondrej Kos
): Unknown client removed ... Attached patch adds pac_cli pointer, to fix this behavior. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From b3083f7fee7ab58a597b4b66b1f81b46a3035815 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Mon, 5 Aug

Re: [SSSD] [PATCH] Fix netgroup lookup when using fully qualified name

2013-07-29 Thread Ondrej Kos
-devel getent netgroup with fqdn now works Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd

[SSSD] [PATCH] Clarify that getnamebysid currently works only with ipa/ad, id_provider

2013-07-26 Thread Ondrej Kos
Hi, Simple patch ammending the pysss_nss_idmap documentation about state of https://fedorahosted.org/sssd/ticket/2019 The patch itself fixes ticket https://fedorahosted.org/sssd/ticket/2035 Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From

Re: [SSSD] [PATCHES] Enable printf format string checking

2013-07-24 Thread Ondrej Kos
-- trivial LS Hi, I'm looking at the patches now, and I see, that somewhere you changed the debug levels to the new style and somewhere you left the numeric value. Could you please replace the debug levels with new style anywhere you're modifying code? Ondra -- Ondrej Kos Associate

Re: [SSSD] [PATCHES] Enable printf format string checking

2013-07-24 Thread Ondrej Kos
On 07/24/2013 10:32 AM, Lukas Slebodnik wrote: On (24/07/13 09:41), Ondrej Kos wrote: On 07/23/2013 06:21 PM, Lukas Slebodnik wrote: ehlo, It would be great to have enabled printf format string checking in RHEL7. Therefore I decided to send pateches for ticket https://fedorahosted.org/sssd

Re: [SSSD] [PATCHES] Format string issues

2013-07-19 Thread Ondrej Kos
On 07/18/2013 05:27 PM, Michal Židek wrote: On 07/18/2013 05:24 PM, Ondrej Kos wrote: On 07/18/2013 05:07 PM, Lukas Slebodnik wrote: ehlo, Few weeks ago, I sent a big patch with fixed format string issues. I didn't catch few things. Three patches are attached. ((Review should be easier

Re: [SSSD] [PATCH] AD: Set the bool value same as default value in opts

2013-07-19 Thread Ondrej Kos
, the patch looks good to me, so Ack on revision without the space. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org

Re: [SSSD] [PATCH] IPA: warn if full_name_format is customized in server mode

2013-07-19 Thread Ondrej Kos
/sssd-devel The warning is loud and clear Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd

[SSSD] [PATCH] TOOLS: Include PAC responder when rising debuglevel

2013-07-19 Thread Ondrej Kos
Hi, Attached find patch addressing issue https://fedorahosted.org/sssd/ticket/2007 Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From 1ccad686fc0c4857a7f0ca73fb39c3625673129e Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Fri, 19 Jul

Re: [SSSD] [PATCH] TOOLS: Update all services with sss_debuglevel

2013-07-19 Thread Ondrej Kos
On 07/19/2013 04:43 PM, Lukas Slebodnik wrote: On (19/07/13 15:40), Ondrej Kos wrote: Hi, Attached find patch addressing issue https://fedorahosted.org/sssd/ticket/2007 Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From

Re: [SSSD] [PATCHES] Format string issues

2013-07-18 Thread Ondrej Kos
___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel [PATCH 1/3] Ack [PATCH 1/3] Ack [PATCH 1/3] Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red

Re: [SSSD] [PATCH] LDAP: When resolving a SID, search for groups first, then users

2013-07-17 Thread Ondrej Kos
good, Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Re: [SSSD] [PATCH] Do not try to set password when authtok_length is zero

2013-07-17 Thread Ondrej Kos
On 07/16/2013 08:10 PM, Jakub Hrozek wrote: On Tue, Jul 09, 2013 at 11:15:09PM +0200, Jakub Hrozek wrote: On Fri, Jun 28, 2013 at 02:23:01PM +0200, Lukas Slebodnik wrote: On (24/06/13 17:04), Ondrej Kos wrote: The problem here wasn't in returned error code, but in faultly read DBUS message

Re: [SSSD] [PATCH] Minor man page patches

2013-07-17 Thread Ondrej Kos
are actually enforced on the back end side, so the entries are not even saved to cache. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https

Re: [SSSD] [PATCH] RPM: Require libsss_idmap from sssd-common

2013-07-17 Thread Ondrej Kos
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman

Re: [SSSD] [PATCH] Do not try to set password when authtok_length is zero

2013-07-17 Thread Ondrej Kos
On 07/17/2013 06:47 PM, Jakub Hrozek wrote: On Wed, Jul 17, 2013 at 02:04:16PM +0200, Ondrej Kos wrote: On 07/16/2013 08:10 PM, Jakub Hrozek wrote: On Tue, Jul 09, 2013 at 11:15:09PM +0200, Jakub Hrozek wrote: On Fri, Jun 28, 2013 at 02:23:01PM +0200, Lukas Slebodnik wrote: On (24/06/13 17

[SSSD] [PATCH] DOXY: Don't generate timestamp

2013-07-12 Thread Ondrej Kos
Hi, Attached is patch for the ding-libs library removing the timestamp in generated doxygen documents. This was breaking multilib tests, corresponding issue is https://fedorahosted.org/sssd/ticket/2003 Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech

Re: [SSSD] [PATCH] Do not try to set password when authtok_length is zero

2013-06-27 Thread Ondrej Kos
. -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Re: [SSSD] [PATCH] Do not copy special files when creating homedir

2013-06-27 Thread Ondrej Kos
On 06/27/2013 12:48 PM, Pavel Březina wrote: On 06/26/2013 03:16 PM, Ondrej Kos wrote: Hi, Attached find a patch addressing sssd trac issue https://fedorahosted.org/sssd/ticket/1778 Ondra The patch works as expected, I have just a comment to debug message. +/* Is a special file

Re: [SSSD] [PATCH] Do not try to set password when authtok_length is zero

2013-06-27 Thread Ondrej Kos
On 06/27/2013 01:17 PM, Pavel Březina wrote: On 06/25/2013 02:55 PM, Lukas Slebodnik wrote: On (24/06/13 17:04), Ondrej Kos wrote: The problem here wasn't in returned error code, but in faultly read DBUS message, due to condition in sss_authtok_set_string. When password is empty, it passes 0

[SSSD] [PATCH] Do not copy special files when creating homedir

2013-06-26 Thread Ondrej Kos
Hi, Attached find a patch addressing sssd trac issue https://fedorahosted.org/sssd/ticket/1778 Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From 09cb8ba0f8d0965e3e66cf04b68f2ec56505785c Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date

Re: [SSSD] [PATCH] KRB5_CHILD: Fix handling of get_password return code

2013-06-25 Thread Ondrej Kos
On 06/24/2013 05:06 PM, Ondrej Kos wrote: While working on #1814 i noticed that there's a dead switch statement (with no case/default), attached patch fixes this issue. Ondra ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https

Re: [SSSD] [PATCH] KRB5_CHILD: Fix handling of get_password return code

2013-06-25 Thread Ondrej Kos
On 06/25/2013 03:01 PM, Lukas Slebodnik wrote: On (25/06/13 10:48), Ondrej Kos wrote: On 06/24/2013 05:06 PM, Ondrej Kos wrote: While working on #1814 i noticed that there's a dead switch statement (with no case/default), attached patch fixes this issue. Ondra

[SSSD] [PATCH] Do not try to set password when authtok_length is zero

2013-06-24 Thread Ondrej Kos
of authtok string. trac issue: https://fedorahosted.org/sssd/ticket/1814 Patch is attached Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From 7f7e34e3d64b2b7f3c02225ed506791106c8d8a9 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Mon, 24

[SSSD] [PATCH] KRB5_CHILD: Fix handling of get_password return code

2013-06-24 Thread Ondrej Kos
While working on #1814 i noticed that there's a dead switch statement (with no case/default), attached patch fixes this issue. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From 4b622895d2873ce59f74178b82f3fdc1a51361a9 Mon Sep 17 00:00:00 2001 From

Re: [SSSD] [PATCH] fix dead code in fail_over_srv.c

2013-06-21 Thread Ondrej Kos
On 06/21/2013 11:54 AM, Pavel Březina wrote: https://fedorahosted.org/sssd/ticket/1969 ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Ack -- Ondrej Kos Associate Software

Re: [SSSD] I heard you were in a need for a logo?

2013-06-20 Thread Ondrej Kos
/ ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech

Re: [SSSD] [PATCH] Fix dp_copy_options

2013-06-20 Thread Ondrej Kos
On 06/20/2013 02:06 PM, Jakub Hrozek wrote: I found this typo when working on #1963. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Ack Ondra -- Ondrej Kos Associate

[SSSD] [PATCHES] 1.5: Quit SSSD gracefully

2013-06-19 Thread Ondrej Kos
, but in these cases it should also quit, which did not happen and the core process kept running. With the attached patches SSSD fails to start as expected. Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From bcbdd221553edbb566ccae78604639f6216100e3 Mon Sep 17

Re: [SSSD] [PATCHES] 1.5: Quit SSSD gracefully

2013-06-19 Thread Ondrej Kos
On 06/19/2013 06:07 PM, Dmitri Pal wrote: On 06/19/2013 09:02 AM, Ondrej Kos wrote: Hi, Attached are 3 patches, backporting the capability of SSSD to exit gracefully when providers fail to start for SSSD 1.5 This addresses https://bugzilla.redhat.com/show_bug.cgi?id=974036 The above

Re: [SSSD] [PATCH] Send error message from krb5_child to backend.

2013-06-13 Thread Ondrej Kos
. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Hi, Attached is a patch witch fixes this issue correctly, following Jakub's second provided option. Ondra -- Ondrej Kos Associate

Re: [SSSD] [PATCH] Send error message from krb5_child to backend.

2013-06-13 Thread Ondrej Kos
On 06/13/2013 05:37 PM, Jakub Hrozek wrote: On Thu, Jun 13, 2013 at 04:40:43PM +0200, Ondrej Kos wrote: On 06/12/2013 05:51 PM, Jakub Hrozek wrote: On Fri, May 24, 2013 at 04:52:49PM +0200, Lukas Slebodnik wrote: ehlo, Commit c6872e79e8496fd075e20aec0343ade99cca725c caused that password

Re: [SSSD] [PATCH] Don't test for NULL in nscd config check

2013-06-10 Thread Ondrej Kos
is attached. -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From 024b23e73a36b0ce4830be05984423f9d9ab85dc Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Fri, 7 Jun 2013 14:20:29 +0200 Subject: [PATCH] Don't test for NULL in nscd config check https

Re: [SSSD] [PATCH] man: document the need to set ldap_access_order

2013-06-10 Thread Ondrej Kos
. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Ack from me, but some native speaker might check it as well, Stephen? -- Ondrej Kos Associate Software Engineer Identity Management - SSSD

Re: [SSSD] [PATCH] A new option krb5_use_kdcinfo

2013-06-10 Thread Ondrej Kos
- configured krb5.conf - krb5_use_kdcinfo = falsePASS NO - krb5_use_kdcinfo = true PASS YES Everything works as expected, logs are clean, code-wise the patch looks good to me, so *ACK* Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech

[SSSD] [PATCH] Don't test for NULL in nscd config check

2013-06-07 Thread Ondrej Kos
to adopt check from nscd sources to be sure). Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From f3036c2dab6acec3840f4c8274cce5c87bec3061 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Fri, 7 Jun 2013 14:20:29 +0200 Subject: [PATCH] Don't test

[SSSD] [PATCH] DB: Don't add empty ranges

2013-06-04 Thread Ondrej Kos
Hi, Attached patch adresses issue https://fedorahosted.org/sssd/ticket/1816 I thought about ignoring these right after fetching from ldap, but the solution to just ignore the range while updating sysdb seems more appropriate, than going through whole range list. Ondra -- Ondrej Kos

Re: [SSSD] [PATCH] MAN: state default dyndns interface

2013-05-30 Thread Ondrej Kos
On 05/29/2013 07:21 PM, Stephen Gallagher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/29/2013 01:08 PM, Ondrej Kos wrote: On 05/29/2013 06:44 PM, Jakub Hrozek wrote: On Wed, May 29, 2013 at 05:49:19PM +0200, Ondrej Kos wrote: Hi, Attached patch addresses following issue

Re: [SSSD] [PATCH] monitor: Add forgotten break (1.5 only)

2013-05-30 Thread Ondrej Kos
/listinfo/sssd-devel Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Re: [SSSD] [PATCH] Remove empty directories after tests run.

2013-05-29 Thread Ondrej Kos
___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Hi Lukas, Thanks for the patches! [PATCH1/2] *Ack* [PATCH2/2] *Ack* Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech

[SSSD] [PATCH] MAN: state default dyndns interface

2013-05-29 Thread Ondrej Kos
Hi, Attached patch addresses following issue https://fedorahosted.org/sssd/ticket/1924 Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From 1958ffa46eada8aecfb5ce4cf98c9381762adea4 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Wed, 29

Re: [SSSD] [PATCH] MAN: state default dyndns interface

2013-05-29 Thread Ondrej Kos
On 05/29/2013 06:44 PM, Jakub Hrozek wrote: On Wed, May 29, 2013 at 05:49:19PM +0200, Ondrej Kos wrote: Hi, Attached patch addresses following issue https://fedorahosted.org/sssd/ticket/1924 Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From

[SSSD] [PATCH] Fail with misconfigured id-mapping ranges

2013-05-24 Thread Ondrej Kos
Hi, Attached find a patch for the issue https://fedorahosted.org/sssd/ticket/1930 Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech From ba83ff12f6b5ed7f305c2b4e7ac68da922d291e9 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Fri, 24 May

Re: [SSSD] [PATCH] Fix dyndns timer initialization

2013-05-24 Thread Ondrej Kos
. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel The updates are now scheduled only when enabled, good catch! Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management - SSSD Red Hat Czech

Re: [SSSD] [PATCH] Check NSCD configuration file

2013-05-21 Thread Ondrej Kos
On 05/20/2013 11:06 PM, Jakub Hrozek wrote: On Mon, May 20, 2013 at 06:08:57PM +0200, Ondrej Kos wrote: After an off-list discussion, adding another patch which precedes the original one, and moves the src/tools/nscd.c file to src/util. The actual patch for the config file parsing fixed

[SSSD] [PATCH] DB: Fix segfault with corrupted configuration file

2013-05-21 Thread Ondrej Kos
Hi, Attached find the patch for the following issue: https://fedorahosted.org/sssd/ticket/1934 Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech From 05cce87f47c6eb45f0ebabdb071127e3a1a79969 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Tue, 21

Re: [SSSD] [PATCH] Check NSCD configuration file

2013-05-21 Thread Ondrej Kos
On 05/21/2013 01:16 PM, Jakub Hrozek wrote: On Tue, May 21, 2013 at 09:02:39AM +0200, Ondrej Kos wrote: On 05/20/2013 11:06 PM, Jakub Hrozek wrote: On Mon, May 20, 2013 at 06:08:57PM +0200, Ondrej Kos wrote: After an off-list discussion, adding another patch which precedes the original one

Re: [SSSD] [PATCH] Check NSCD configuration file

2013-05-20 Thread Ondrej Kos
:00 2001 From: Ondrej Kos o...@redhat.com Date: Mon, 20 May 2013 17:23:27 +0200 Subject: [PATCH 1/2] Move nscd.c from tools to util --- Makefile.am| 2 +- src/tools/tools_util.h | 8 src/{tools = util}/nscd.c | 0 src/util/util.h| 8 4 files changed

Re: [SSSD] [PATCH] Fixes compilation without selinux.

2013-05-14 Thread Ondrej Kos
it with selinux as well, but I forgot. Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Re: [SSSD] [PATCH] man: Clarify the AD site discovery documentation

2013-05-14 Thread Ondrej Kos
://lists.fedorahosted.org/mailman/listinfo/sssd-devel Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

[SSSD] [PATCH] Fix segfault in DYNDNS

2013-05-14 Thread Ondrej Kos
Hi, While I was testing the patches for AD range retrieval disable otpion, the SSSD started segfaulting in my test environment. The cause was missing variable in DEBUG macro call. Attached patch fixes this issue. Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat

Re: [SSSD] [PATCH] Check NSCD configuration file

2013-05-14 Thread Ondrej Kos
On 05/14/2013 04:44 PM, Jakub Hrozek wrote: On Mon, May 13, 2013 at 05:00:42PM +0200, Ondrej Kos wrote: Hi, Attached is patch for the following trac issue https://fedorahosted.org/sssd/ticket/1785 Please feel free to correct my wording of the syslog messages. See some comments inline

[SSSD] [PATCH] Check NSCD configuration file

2013-05-13 Thread Ondrej Kos
Hi, Attached is patch for the following trac issue https://fedorahosted.org/sssd/ticket/1785 Please feel free to correct my wording of the syslog messages. Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech From d010768a94e39082f75e81efdb3e791843c0ef03 Mon Sep

Re: [SSSD] [PATCH] Fixes compilation without selinux.

2013-05-13 Thread Ondrej Kos
package it differently. And API from selinux.h is not used in file ipa_selinux.c LS ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Ack Ondra -- Ondrej Kos Associate

Re: [SSSD] [PATCH] INI: Bump version-info

2013-05-07 Thread Ondrej Kos
On 05/06/2013 01:58 PM, Lukas Slebodnik wrote: On (06/05/13 11:44), Ondrej Kos wrote: Hi, https://fedorahosted.org/sssd/ticket/1908 Patch is attached. Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech From c42187dbbec1380ed632782315226220385b2af7 Mon Sep 17

[SSSD] [PATCH] INI: Bump version-info

2013-05-06 Thread Ondrej Kos
Hi, https://fedorahosted.org/sssd/ticket/1908 Patch is attached. Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech From c42187dbbec1380ed632782315226220385b2af7 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Mon, 6 May 2013 11:41:50 +0200 Subject

[SSSD] [PATCH] AD: Always use TokenGroups

2013-05-02 Thread Ondrej Kos
wording? Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech From f95950ceae2f1ac9d6758a34ef048c9e7b24c378 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Thu, 2 May 2013 16:29:20 +0200 Subject: [PATCH] AD: Always use TokenGroups https

[SSSD] [PATCH] IDMAP: Fix variable initialization

2013-05-02 Thread Ondrej Kos
Hi, I noticed compilation warning while working on unrelated issue, attached patch fixes it. Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech From bc6ace70bb2fb499138216c99528abb728bcc358 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Thu, 2

[SSSD] https://fedorahosted.org/sssd/ticket/1901

2013-05-02 Thread Ondrej Kos
Hi, Attached patch fixes coverity issue 11634 and ticket https://fedorahosted.org/sssd/ticket/1901 Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech From 3a9b0011f794b88fb5f6866f093c09e1212a3565 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date

[SSSD] [PATCH] DB: prevent double free

2013-05-02 Thread Ondrej Kos
On 05/02/2013 05:33 PM, Ondrej Kos wrote: Hi, Attached patch fixes coverity issue 11634 and ticket https://fedorahosted.org/sssd/ticket/1901 Ondra sorry if i broke your filters, subject fixed -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech

Re: [SSSD] no krb5 cache produced

2013-04-29 Thread Ondrej Kos
it starts to have it's cache in /tmp/krb5cc_0 ?? Thanks for your patience. ldap_sasl_authid = DOLORESDC$ ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel -- Ondrej Kos Associate

Re: [SSSD] [PATCH] DB: Switch to new libini_config API

2013-04-25 Thread Ondrej Kos
On 04/24/2013 10:13 PM, Jakub Hrozek wrote: On Mon, Apr 22, 2013 at 04:09:22PM +0200, Ondrej Kos wrote: if (ret = 0 || ret = 21) { you can use sizeof(timestr) here in the odd case timestr actually changed. quoting the reference: Return Value The number of characters that would have

Re: [SSSD] [PATCH] DB: Switch to new libini_config API

2013-04-22 Thread Ondrej Kos
On 04/19/2013 09:00 PM, Jakub Hrozek wrote: On Fri, Apr 19, 2013 at 04:05:49PM +0200, Ondrej Kos wrote: I know that the transaction logic in this function predates this patch, but I think we should fix it when we are changing the code anyway. Can you take a look at how we use

Re: [SSSD] [PATCH] DB: Switch to new libini_config API

2013-04-19 Thread Ondrej Kos
On 04/19/2013 01:29 PM, Jakub Hrozek wrote: On Fri, Apr 19, 2013 at 12:37:41PM +0200, Lukas Slebodnik wrote: On (11/04/13 11:52), Ondrej Kos wrote: On 04/11/2013 09:02 AM, Lukas Slebodnik wrote: On (10/04/13 13:54), Dmitri Pal wrote: On 04/10/2013 10:17 AM, Ondrej Kos wrote: On 03/29/2013

Re: [SSSD] [sssd 1.5.1] [PATCH] Restart services with a delay in case they are restarted too often

2013-04-18 Thread Ondrej Kos
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Hi, Thanks for the patch, applies and builds correctly on the 5.9 branch Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech ___ sssd-devel mailing list

Re: [SSSD] Tool for querying SSSD database

2013-04-16 Thread Ondrej Kos
at the moment :) Looking at my thesis, and trying to remember the process, the university owns copyright for your thesis, but just the theoretical part, you own the source code, so the copyright seems placed correctly. Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech

Re: [SSSD] getent returns only single users

2013-04-15 Thread Ondrej Kos
server work? Because from the provided logs, I see that there's issue with contacting it. [sdap_process_result] (0x0040): ldap_result error: [Can't contact LDAP server] -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech ___ sssd

Re: [SSSD] [PATCH] DB: Switch to new libini_config API

2013-04-11 Thread Ondrej Kos
On 04/11/2013 09:02 AM, Lukas Slebodnik wrote: On (10/04/13 13:54), Dmitri Pal wrote: On 04/10/2013 10:17 AM, Ondrej Kos wrote: On 03/29/2013 01:19 PM, Jakub Hrozek wrote: On Thu, Mar 28, 2013 at 03:59:25PM +0100, Ondrej Kos wrote: Hi, Attached is patch for https://fedorahosted.org/sssd

Re: [SSSD] [PATCH] DB: Switch to new libini_config API

2013-04-10 Thread Ondrej Kos
On 03/29/2013 01:19 PM, Jakub Hrozek wrote: On Thu, Mar 28, 2013 at 03:59:25PM +0100, Ondrej Kos wrote: Hi, Attached is patch for https://fedorahosted.org/sssd/ticket/1786 Patch extends sssd code so it's capable to build with current version of libini_config (0.7 at the time, supported

[SSSD] [PATCH] DHASH: minor fixes

2013-04-10 Thread Ondrej Kos
Patch is attached. Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech From 1ebecb26bbd863bfd3b86eeaa35d45236780d475 Mon Sep 17 00:00:00 2001 From: Ondrej Kos o...@redhat.com Date: Wed, 10 Apr 2013 16:38:20 +0200 Subject: [PATCH] DHASH: minor fixes https

Re: [SSSD] [PATCH] DHASH: minor fixes

2013-04-10 Thread Ondrej Kos
On 04/10/2013 05:35 PM, Lukas Slebodnik wrote: On (10/04/13 16:41), Ondrej Kos wrote: Patch is attached. Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech Ack Pushed to master -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech

Re: [SSSD] [PATCH] INI: Remove dead code

2013-04-05 Thread Ondrej Kos
On 04/04/2013 11:43 PM, Jakub Hrozek wrote: On Thu, Apr 04, 2013 at 01:11:23PM -0400, Dmitri Pal wrote: On 04/04/2013 06:25 AM, Ondrej Kos wrote: On 04/03/2013 10:39 PM, Dmitri Pal wrote: On 04/03/2013 07:36 AM, Ondrej Kos wrote: Hi, Issue found by coverity, the code itself

Re: [SSSD] [PATCH] DHASH: Don't use backward jumps

2013-04-05 Thread Ondrej Kos
On 04/05/2013 01:52 PM, Lukas Slebodnik wrote: On (02/04/13 17:44), Ondrej Kos wrote: https://fedorahosted.org/sssd/ticket/1855 I couldn't let it this way when I saw the code :) Patch is attached Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech phone: +420

Re: [SSSD] [PATCH] LDAP: Fix value initialization warnings

2013-04-04 Thread Ondrej Kos
. Sorry, the whole dyndns branch works in my tree because I had another patches on top. Ack Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https

[SSSD] [PATCHES] ding-libs coverity issues

2013-04-03 Thread Ondrej Kos
backward jumps) Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech phone: +420-532-294-558 cell: +420-736-417-909 ext: 82-62558 loc: 1013 Brno 1 office irc: okos @ #sssd #brno From 9d7b563394d8b4bafe315b34de8c1ea1fa9fb319 Mon Sep 17 00:00:00 2001 From: Ondrej Kos

[SSSD] [PATCH] INI: Remove dead code

2013-04-03 Thread Ondrej Kos
Hi, Issue found by coverity, the code itself was inaccessibile. https://fedorahosted.org/sssd/ticket/1857 Patch is attached Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech phone: +420-532-294-558 cell: +420-736-417-909 ext: 82-62558 loc: 1013 Brno 1

Re: [SSSD] [PATCH] LDAP: Fix value initialization warnings

2013-04-03 Thread Ondrej Kos
@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Ack -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech phone: +420-532-294-558 cell: +420-736-417-909 ext: 82-62558 loc: 1013 Brno 1 office irc: okos @ #sssd #brno

[SSSD] [PATCH] DHASH: Don't use backward jumps

2013-04-02 Thread Ondrej Kos
https://fedorahosted.org/sssd/ticket/1855 I couldn't let it this way when I saw the code :) Patch is attached Ondra -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech phone: +420-532-294-558 cell: +420-736-417-909 ext: 82-62558 loc: 1013 Brno 1 office irc: okos

Re: [SSSD] [PATCH] Remove spurious cast

2013-03-29 Thread Ondrej Kos
- ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Pushed to master -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech phone: +420-532-294-558 cell: +420-736-417-909 ext: 82-62558 loc

[SSSD] [PATCH] DB: Switch to new libini_config API

2013-03-28 Thread Ondrej Kos
Hi, Attached is patch for https://fedorahosted.org/sssd/ticket/1786 Patch extends sssd code so it's capable to build with current version of libini_config (0.7 at the time, supported versions up from 0.6.1) and with version 1.0.0, which will be released soon. Ondra -- Ondrej Kos Associate

Re: [SSSD] [PATCH] ding-libs: Add a release script

2013-03-28 Thread Ondrej Kos
. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel Ack -- Ondrej Kos Associate Software Engineer Identity Management Red Hat Czech phone: +420-532-294-558 cell: +420-736-417-909

Re: [SSSD] [PATCH] ding-libs: Add a release script

2013-03-28 Thread Ondrej Kos
On 03/28/2013 05:48 PM, Ondrej Kos wrote: On 03/28/2013 04:59 PM, Jakub Hrozek wrote: This patch adds a convenience script for generating sssd tarballs based on a similar script from the SSSD. To test the script with recent autoconf, the tag being released must include recent commits for ding

  1   2   3   >