Re: [SSSD] [PATCH] Skip CHAUTHTOK_PRELIM when using OTPs

2014-12-01 Thread Nathaniel McCallum
On Mon, 2014-12-01 at 22:15 +0100, Jakub Hrozek wrote: > Hi, > > the attached patch fixes chpass for OTP users for me. I hope looking at > the ipaUserAuthType attribute is acceptable. > > The attribute is undocumented on purpose -- I don't see a reason for the > user to set this attribute to a di

[SSSD] [PATCH] IFP: Return group names with the right case

2014-12-01 Thread Jakub Hrozek
Hi, the attached patch fixes an issue found by Jan P. in the IFP code. >From fa7fdf4df1c29bd066fa32b98b079a2ae24ab3fc Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 1 Dec 2014 23:00:06 +0100 Subject: [PATCH] IFP: Return group names with the right case The IFP code wasn't honoring the cas

[SSSD] [PATCH] Skip CHAUTHTOK_PRELIM when using OTPs

2014-12-01 Thread Jakub Hrozek
Hi, the attached patch fixes chpass for OTP users for me. I hope looking at the ipaUserAuthType attribute is acceptable. The attribute is undocumented on purpose -- I don't see a reason for the user to set this attribute to a different value and the desription would just clutter the (already too

Re: [SSSD] cwrap test roadblock

2014-12-01 Thread Lukas Slebodnik
On (01/12/14 11:53), Simo Sorce wrote: >On Mon, 1 Dec 2014 09:27:11 +0100 >Lukas Slebodnik wrote: > >> On (29/11/14 23:32), Simo Sorce wrote: >> >On Fri, 28 Nov 2014 12:01:29 +0100 >> >Sumit Bose wrote: >> > >> >> On Thu, Nov 27, 2014 at 03:09:32PM +0200, Nikolai Kondrashov wrote: >> >> > Hi ever

Re: [SSSD] Request for review of the new INI interface

2014-12-01 Thread Dmitri Pal
On 12/01/2014 11:52 AM, Simo Sorce wrote: On Sun, 30 Nov 2014 22:15:01 -0500 Dmitri Pal wrote: 4. From an API standpoint it's not wise to use bytes as characters, e.g. |sep| should be a |wchar_t| (=uses current locale widechar representation, or |char32_t| from C1X, which is UTF32-encoded then

Re: [SSSD] cwrap test roadblock

2014-12-01 Thread Simo Sorce
On Mon, 1 Dec 2014 09:27:11 +0100 Lukas Slebodnik wrote: > On (29/11/14 23:32), Simo Sorce wrote: > >On Fri, 28 Nov 2014 12:01:29 +0100 > >Sumit Bose wrote: > > > >> On Thu, Nov 27, 2014 at 03:09:32PM +0200, Nikolai Kondrashov wrote: > >> > Hi everyone, > >> > > >> > While trying to arrange run

Re: [SSSD] Request for review of the new INI interface

2014-12-01 Thread Simo Sorce
On Sun, 30 Nov 2014 22:15:01 -0500 Dmitri Pal wrote: > > 4. From an API standpoint it's not wise to use bytes as characters, > > e.g. |sep| should be a |wchar_t| (=uses current locale widechar > > representation, or |char32_t| from C1X, which is UTF32-encoded > > then, both |wchar_t| and |char32_

Re: [SSSD] [PATCH] BUILD: restrict perms. when installing from source

2014-12-01 Thread Pavel Reichl
On 11/26/2014 01:36 PM, Lukas Slebodnik wrote: On (25/11/14 17:31), Jakub Hrozek wrote: On Tue, Nov 25, 2014 at 04:39:02PM +0100, Lukas Slebodnik wrote: On (25/11/14 15:52), Pavel Reichl wrote: On 11/25/2014 03:48 PM, Pavel Reichl wrote: On 11/25/2014 03:38 PM, Lukas Slebodnik wrote: On (25

Re: [SSSD] [PATCHES] LDAP: fix ldap_setup_enumeration() handling ENOENT

2014-12-01 Thread Pavel Reichl
On 11/28/2014 04:35 PM, Lukas Slebodnik wrote: On (28/11/14 16:09), Pavel Reichl wrote: On 11/28/2014 10:45 AM, Lukas Slebodnik wrote: On (04/11/14 10:10), Pavel Reichl wrote: Hello, please simple attached patches. Thanks. >From f4eedb6ba21bf0c483ba8b037695ef02f5e61ed8 Mon Sep 17 00:00:00

[SSSD] [PATCH] IPA: Fix checking of trust in originalDN

2014-12-01 Thread Lukas Slebodnik
ehlo, another result of my IPA <-> AD trust issues. patch is attached. LS >From 04f07630df690dcbddfa5e4db1cb19935cf6444e Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 28 Nov 2014 14:32:29 +0100 Subject: [PATCH 2/2] IPA: Fix checking of trust in originalDN In function ipa_subdom_get

[SSSD] [PATCH] AD: Set dp_error if gc was not used

2014-12-01 Thread Lukas Slebodnik
ehlo, I found this problwm when I had problem with IPA <-> AD trust. Patch is attached. LS >From 72f34bbe3f75200eeff652a245466372433958ca Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 28 Nov 2014 12:32:25 +0100 Subject: [PATCH 1/2] AD: Set dp_error if gc was not used Global catalog

Re: [SSSD] cwrap test roadblock

2014-12-01 Thread Lukas Slebodnik
On (29/11/14 23:32), Simo Sorce wrote: >On Fri, 28 Nov 2014 12:01:29 +0100 >Sumit Bose wrote: > >> On Thu, Nov 27, 2014 at 03:09:32PM +0200, Nikolai Kondrashov wrote: >> > Hi everyone, >> > >> > While trying to arrange running sssd under cwrap in "make check" I >> > came upon this roadblock: >> >