Re: [SSSD] [PATCH] Fix language errors in the sssd-krb5.conf man page

2012-10-10 Thread Ondrej Kos
On 10/10/2012 11:16 PM, Jakub Hrozek wrote: I asked Deon to proof-read the krb5.conf manpage for us after the recent changes and she just went ahead, fixed all the issues she found and even provided a patch. I just reformatted the patch in a format suitable for git am and attached it. Thank you

[SSSD] [PATCH] Fixed: translation bug

2012-10-10 Thread Thorsten Scherf
>From 79e768d2033cf1aba70dd5065fd49146158628f0 Mon Sep 17 00:00:00 2001 From: Thorsten Scherf Date: Thu, 11 Oct 2012 00:35:54 +0200 Subject: [PATCH] Fixed: translation bug --- po/de.po |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/po/de.po b/po/de.po index 29c44db..ee

Re: [SSSD] [PATCH] do not call dp callbacks when responder is shutting down

2012-10-10 Thread Jakub Hrozek
On Tue, Oct 09, 2012 at 03:32:48PM +0200, Pavel Březina wrote: > On 10/09/2012 02:58 PM, Stephen Gallagher wrote: > >On 10/09/2012 07:43 AM, Jakub Hrozek wrote: > >>On Tue, Oct 02, 2012 at 03:39:19PM +0200, Pavel Březina wrote: > >>>https://fedorahosted.org/sssd/ticket/1514 > >>> > >>>See the commi

[SSSD] [PATCH] Fix language errors in the sssd-krb5.conf man page

2012-10-10 Thread Jakub Hrozek
I asked Deon to proof-read the krb5.conf manpage for us after the recent changes and she just went ahead, fixed all the issues she found and even provided a patch. I just reformatted the patch in a format suitable for git am and attached it. Thank you Deon! Ack to the patch from my side, a quick

Re: [SSSD] [PATCH] Add more info about ticket validation

2012-10-10 Thread Jakub Hrozek
On Wed, Oct 10, 2012 at 06:31:58PM +0200, Jakub Hrozek wrote: > On Wed, Oct 10, 2012 at 05:16:29PM +0200, Ondrej Kos wrote: > > new patch reviewed and attached. > > > > O. > > Pushed to master. ___ sssd-devel mailing list sssd-devel@lists.fedorahosted.

[SSSD] [PATCH] Fix memory hierarchy in subdomains discovery

2012-10-10 Thread Jakub Hrozek
The attached patch fixes the user-after-free crash I was seeing occasionally. https://fedorahosted.org/sssd/ticket/1571 The patch changes the subdomains discovery to use the tevent_req style. Previously, the code violated several rules which made the code very unreadable and led to memory hierarc

Re: [SSSD] [PATCH] Add more info about ticket validation

2012-10-10 Thread Jakub Hrozek
On Wed, Oct 10, 2012 at 05:16:29PM +0200, Ondrej Kos wrote: > On 10/09/2012 07:27 PM, Jakub Hrozek wrote: > >On Tue, Oct 09, 2012 at 12:41:43PM +0200, Ondrej Kos wrote: > >>diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml > >>index > >>f4fd1cb73941e23d8e39d234bf8fd2ae8ae54554..4d5062

Re: [SSSD] sssd ldaps issue on Gentoo

2012-10-10 Thread Dmitri Pal
On 10/10/2012 10:48 AM, Aziz Sasmaz wrote: > Yes > > On Wed, Oct 10, 2012 at 3:24 PM, Jakub Hrozek > wrote: > > On Wed, Oct 10, 2012 at 02:42:03PM +0300, Aziz Sasmaz wrote: > > On Wed, Oct 10, 2012 at 11:37 AM, Jakub Hrozek > mailto:jhro...@redhat.com>> wrote

Re: [SSSD] [PATCH] Add more info about ticket validation

2012-10-10 Thread Ondrej Kos
On 10/09/2012 07:27 PM, Jakub Hrozek wrote: On Tue, Oct 09, 2012 at 12:41:43PM +0200, Ondrej Kos wrote: diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index f4fd1cb73941e23d8e39d234bf8fd2ae8ae54554..4d5062ba450203ba6c8722e8b178d7a3a7f5a70b 100644 --- a/src/man/sssd-krb5.5.xml +

Re: [SSSD] sssd ldaps issue on Gentoo

2012-10-10 Thread Aziz Sasmaz
Yes On Wed, Oct 10, 2012 at 3:24 PM, Jakub Hrozek wrote: > On Wed, Oct 10, 2012 at 02:42:03PM +0300, Aziz Sasmaz wrote: > > On Wed, Oct 10, 2012 at 11:37 AM, Jakub Hrozek > wrote: > > > > > On Wed, Oct 10, 2012 at 10:34:46AM +0300, Aziz Sasmaz wrote: > > > > Hi, > > > > > > > > I use sssd on al

Re: [SSSD] [PATCH] Fix segfault when ID-mapping an entry without a SID

2012-10-10 Thread Jakub Hrozek
On Tue, Oct 09, 2012 at 08:23:56PM +0200, Sumit Bose wrote: > On Tue, Oct 09, 2012 at 07:10:02PM +0200, Jakub Hrozek wrote: > > I accidentally enabled ID mapping for an IPA domain and saw this crash. > > ACK > > bye, > Sumit Pushed to master. ___ sssd-

Re: [SSSD] [PATCH] do not check for POLLERR, POLLHUP, POLLNVAL when reading data

2012-10-10 Thread Jakub Hrozek
On Wed, Oct 10, 2012 at 03:26:03PM +0200, Jakub Hrozek wrote: > On Mon, Oct 08, 2012 at 10:55:20AM -0400, Simo Sorce wrote: > > On Fri, 2012-10-05 at 10:48 +0200, Pavel Březina wrote: > > > On 10/04/2012 04:22 PM, Simo Sorce wrote: > > > > On Thu, 2012-10-04 at 13:03 +0200, Pavel Březina wrote: > >

Re: [SSSD] [PATCH] do not check for POLLERR, POLLHUP, POLLNVAL when reading data

2012-10-10 Thread Jakub Hrozek
On Mon, Oct 08, 2012 at 10:55:20AM -0400, Simo Sorce wrote: > On Fri, 2012-10-05 at 10:48 +0200, Pavel Březina wrote: > > On 10/04/2012 04:22 PM, Simo Sorce wrote: > > > On Thu, 2012-10-04 at 13:03 +0200, Pavel Březina wrote: > > >> From 7c49fe46a3fbce1433ad1680a2e12335542706ed Mon Sep 17 00:00:00

Re: [SSSD] sssd ldaps issue on Gentoo

2012-10-10 Thread Jakub Hrozek
On Wed, Oct 10, 2012 at 02:42:03PM +0300, Aziz Sasmaz wrote: > On Wed, Oct 10, 2012 at 11:37 AM, Jakub Hrozek wrote: > > > On Wed, Oct 10, 2012 at 10:34:46AM +0300, Aziz Sasmaz wrote: > > > Hi, > > > > > > I use sssd on all servers in our infrastruceture. Most of them Redhat, > > > Centos and de

Re: [SSSD] sssd ldaps issue on Gentoo

2012-10-10 Thread Aziz Sasmaz
On Wed, Oct 10, 2012 at 11:37 AM, Jakub Hrozek wrote: > On Wed, Oct 10, 2012 at 10:34:46AM +0300, Aziz Sasmaz wrote: > > Hi, > > > > I use sssd on all servers in our infrastruceture. Most of them Redhat, > > Centos and debian. It works very well with these OSes. > > And we have some gentoo linu

Re: [SSSD] sssd ldaps issue on Gentoo

2012-10-10 Thread Jakub Hrozek
On Wed, Oct 10, 2012 at 10:34:46AM +0300, Aziz Sasmaz wrote: > Hi, > > I use sssd on all servers in our infrastruceture. Most of them Redhat, > Centos and debian. It works very well with these OSes. > And we have some gentoo linux machines. I had some difficulties > configuring sssd when I wan

[SSSD] sssd ldaps issue on Gentoo

2012-10-10 Thread Aziz Sasmaz
Hi, I use sssd on all servers in our infrastruceture. Most of them Redhat, Centos and debian. It works very well with these OSes. And we have some gentoo linux machines. I had some difficulties configuring sssd when I want to use ldaps [domain/LDAP] id_provider = ldap auth_provider = ldap chp