Re: [SSSD] [PATCH] 1213-Warn to syslog when dereference requests fail

2012-05-21 Thread Ariel Barria
thanks for you time and explanation. > Date: Mon, 21 May 2012 12:43:37 +0200 > From: jhro...@redhat.com > To: sssd-devel@lists.fedorahosted.org > Subject: Re: [SSSD] [PATCH] 1213-Warn to syslog when dereference requests > fail > > On Fri, May 18, 2012 at 12:18:31AM -0500, Ariel Barria wrote

[SSSD] [PATCH] KRB5: Avoid NULL-dereference with empty keytab

2012-05-21 Thread Stephen Gallagher
Fixes https://fedorahosted.org/sssd/ticket/1330 Both places in the code that consume this function are properly checking for n_etype_list > 0 before using it. From 05cfa43312ef0ed0350e7d797b94b924a26bb22b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 21 May 2012 20:36:44 -0400 Subje

Re: [SSSD] [PATCH] Simple implementation of Netscape password warning expiration control

2012-05-21 Thread Stephen Gallagher
On Mon, 2012-05-21 at 13:04 +0200, Jakub Hrozek wrote: > On Mon, May 14, 2012 at 11:04:00AM -0400, Stephen Gallagher wrote: > > Joshua Roys submitted a patch in > > https://bugzilla.redhat.com/show_bug.cgi?id=726456 to add support for > > the Netscape password warning expiration control. I've made

Re: [SSSD] [PATCHES] Improvements to SSSDConfig build and install

2012-05-21 Thread Stephen Gallagher
On Mon, 2012-05-21 at 11:36 +0200, Jakub Hrozek wrote: > On Fri, May 18, 2012 at 09:28:20AM -0400, Stephen Gallagher wrote: > > Patch 0001: Make SSSDConfig a package > > We were polluting the primary Python space with several > > dependencies. We will now install them their own directory/module. Th

Re: [SSSD] everything is illuminated

2012-05-21 Thread Stephen Gallagher
On Mon, 2012-05-21 at 12:54 +0200, Angel Bosch wrote: > hi, > > as I've got all my problems resolved and this list is mainly for > developers I'm going to unsubscribe. > I'm thinking it may be about time for us to create a -users list. We've got a lot of users nowadays, and this list is too nois

Re: [SSSD] sssd & AD frequently disconnecting

2012-05-21 Thread Ondrej Valousek
On 05/21/2012 02:44 PM, Jakub Hrozek wrote: It's hard to tell from a short snippet..can you paste more context, especially before the failed connection attempt? Because the snippet says that the *server* status is working, but *port 389* is not working, I assume that there is also a Kerberos por

Re: [SSSD] sssd & AD frequently disconnecting

2012-05-21 Thread Jakub Hrozek
On Mon, May 21, 2012 at 02:16:11PM +0200, Ondrej Valousek wrote: >Hi List, > >I am using sssd (F17) with AD and what I observed is that sssd frequently >marks my AD server working and then "not working". Symptoms: > >(Mon May 21 13:58:43 2012) [sssd[be[default]]] [sdap_id_op_conne

[SSSD] sssd & AD frequently disconnecting

2012-05-21 Thread Ondrej Valousek
Hi List, I am using sssd (F17) with AD and what I observed is that sssd frequently marks my AD server working and then "not working". Symptoms: (Mon May 21 13:58:43 2012) [sssd[be[default]]] [sdap_id_op_connect_step] (0x4000): beginning to connect (Mon May 21 13:58:43 2012) [sssd[be[default]]]

Re: [SSSD] [PATCH] Simple implementation of Netscape password warning expiration control

2012-05-21 Thread Jakub Hrozek
On Mon, May 14, 2012 at 11:04:00AM -0400, Stephen Gallagher wrote: > Joshua Roys submitted a patch in > https://bugzilla.redhat.com/show_bug.cgi?id=726456 to add support for > the Netscape password warning expiration control. I've made some > modifications to his original patch to clean it up, so n

[SSSD] everything is illuminated

2012-05-21 Thread Angel Bosch
hi, as I've got all my problems resolved and this list is mainly for developers I'm going to unsubscribe. but before that I want to thanks you all for your kindly support. I'm planning a windows-linux migration in my work place and offline credentials was a stopper for me. pls, keep with this

Re: [SSSD] [PATCH] 1213-Warn to syslog when dereference requests fail

2012-05-21 Thread Jakub Hrozek
On Fri, May 18, 2012 at 12:18:31AM -0500, Ariel Barria wrote: >https://fedorahosted.org/sssd/ticket/1213 Hi, I think only the changes in sdap_deref_search_done are needed. I was trying to find a tevent introduction but the best I could find was: http://tevent.samba.org/modules.html and in pa

Re: [SSSD] [PATCH] Always use positional arguments in translatable strings

2012-05-21 Thread Jakub Hrozek
On Thu, May 17, 2012 at 01:56:44PM -0400, Stephen Gallagher wrote: > Some languages might need to change the order of the variables in the > strings. By assigning them a positional value, we make it possible to > reorder them. > > I added positional values to the strings that have only a single >

Re: [SSSD] [PATCHES] Improvements to SSSDConfig build and install

2012-05-21 Thread Jakub Hrozek
On Fri, May 18, 2012 at 09:28:20AM -0400, Stephen Gallagher wrote: > Patch 0001: Make SSSDConfig a package > We were polluting the primary Python space with several > dependencies. We will now install them their own directory/module. This > has been done in such a way that existing scripts that imp