Re: [SSSD] [PATCH] Use AD domain flat name to match domains

2013-05-06 Thread Sumit Bose
On Sun, May 05, 2013 at 11:21:19PM +0200, Jakub Hrozek wrote: Hi, the attached patch implements the changes described in #1468. The logic itself is implemented in confdb_get_domain_internal, which breaks the layering a little because there is some knowledge about the providers used in the

Re: [SSSD] [PATCH] Use AD domain flat name to match domains

2013-05-06 Thread Jakub Hrozek
On Mon, May 06, 2013 at 09:40:21AM +0200, Sumit Bose wrote: On Sun, May 05, 2013 at 11:21:19PM +0200, Jakub Hrozek wrote: Hi, the attached patch implements the changes described in #1468. The logic itself is implemented in confdb_get_domain_internal, which breaks the layering a little

Re: [SSSD] Design Discussion: Periodic task API

2013-05-06 Thread Pavel Březina
On 04/25/2013 11:18 AM, Pavel Březina wrote: I've been assigned ticket https://fedorahosted.org/sssd/ticket/1713: [RFE] Add a task to the SSSD to periodically refresh cached entries I have recently created a ticket (#1891) to unite API for managing periodic tasks. We already quite a periodic

Re: [SSSD] [PATCH] Use AD domain flat name to match domains

2013-05-06 Thread Sumit Bose
On Mon, May 06, 2013 at 10:14:01AM +0200, Jakub Hrozek wrote: On Mon, May 06, 2013 at 09:40:21AM +0200, Sumit Bose wrote: On Sun, May 05, 2013 at 11:21:19PM +0200, Jakub Hrozek wrote: Hi, the attached patch implements the changes described in #1468. The logic itself is implemented

Re: [SSSD] Design Discussion: Periodic task API

2013-05-06 Thread Pavel Březina
On 04/29/2013 09:49 PM, Simo Sorce wrote: On Mon, 2013-04-29 at 20:55 +0200, Jakub Hrozek wrote: On Mon, Apr 29, 2013 at 08:42:30PM +0200, Pavel Březina wrote: On 04/29/2013 08:12 PM, Simo Sorce wrote: On Mon, 2013-04-29 at 20:05 +0200, Pavel Březina wrote: On 04/29/2013 07:52 PM, Simo Sorce

[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

Re: [SSSD] [PATCH] Use AD domain flat name to match domains

2013-05-06 Thread Simo Sorce
On Mon, 2013-05-06 at 10:18 +0200, Jakub Hrozek wrote: On Mon, May 06, 2013 at 10:14:01AM +0200, Jakub Hrozek wrote: On Mon, May 06, 2013 at 09:40:21AM +0200, Sumit Bose wrote: On Sun, May 05, 2013 at 11:21:19PM +0200, Jakub Hrozek wrote: Hi, the attached patch implements the

Re: [SSSD] [PATCH] Use AD domain flat name to match domains

2013-05-06 Thread Jakub Hrozek
On Mon, May 06, 2013 at 08:52:51AM -0400, Simo Sorce wrote: On Mon, 2013-05-06 at 10:18 +0200, Jakub Hrozek wrote: On Mon, May 06, 2013 at 10:14:01AM +0200, Jakub Hrozek wrote: On Mon, May 06, 2013 at 09:40:21AM +0200, Sumit Bose wrote: On Sun, May 05, 2013 at 11:21:19PM +0200, Jakub

[SSSD] Active Directory Integration test day invitation

2013-05-06 Thread Jakub Hrozek
The realmd and SSSD development teams are happy to invite you to a Fedora Test Day that will be held on Thursday, May 9th. We invite you to take part in testing of the new features that will become available in upcoming upstream releases of realmd and SSSD and would be a part of Fedora 19. The

[SSSD] sssd debug logging

2013-05-06 Thread Yassir Elley
Hi all, Is there a way to enable debug logging for the underlying samba libraries that sssd makes use of (e.g. libtevent, libldb, etc). I am able to enable sssd debug logging by inserting debug_level = x statements in each sssd.conf stanza I care about. Does sssd propagate this debug level to

Re: [SSSD] sssd debug logging

2013-05-06 Thread Jakub Hrozek
On Mon, May 06, 2013 at 02:40:56PM -0400, Yassir Elley wrote: Hi all, Is there a way to enable debug logging for the underlying samba libraries that sssd makes use of (e.g. libtevent, libldb, etc). I am able to enable sssd debug logging by inserting debug_level = x statements in each

Re: [SSSD] AD: read flat name and SID of the AD domain

2013-05-06 Thread Jakub Hrozek
On Mon, May 06, 2013 at 06:14:56PM +0200, Sumit Bose wrote: Hi, this patch reads the flat name and the SID from AD and stores then to the cache. It fixes https://fedorahosted.org/sssd/ticket/1468 directly and the flat name is needed e.g. for https://fedorahosted.org/sssd/ticket/1648 and the

Re: [SSSD] [PATCH] Fix minor typos

2013-05-06 Thread Jakub Hrozek
On Mon, May 06, 2013 at 09:52:11AM -0400, Stephen Gallagher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/04/2013 06:53 AM, Yuri Chornoivan wrote: Hi, Attached is a patch to fix three minor typos. Ack, and fast turnaround as always, Yuri. Thanks! Pushed to master.

Re: [SSSD] [PATCH] Allocate PAM DP request data on responder context (1.5 backport)

2013-05-06 Thread Jakub Hrozek
On Mon, May 06, 2013 at 05:51:20PM +0200, Lukas Slebodnik wrote: On (24/04/13 22:33), Jakub Hrozek wrote: We backported the patch to RHEL5, so we should play nice and push it to the upstream sssd-1-5 branch, too. Patch works well with sssd-1-5 branch. Ack But commit message is much more

Re: [SSSD] AD: read flat name and SID of the AD domain

2013-05-06 Thread Jakub Hrozek
On Mon, May 06, 2013 at 10:05:41PM +0200, Jakub Hrozek wrote: On Mon, May 06, 2013 at 06:14:56PM +0200, Sumit Bose wrote: Hi, this patch reads the flat name and the SID from AD and stores then to the cache. It fixes https://fedorahosted.org/sssd/ticket/1468 directly and the flat name