Hi,
I found a missing 'u' in the idmap code. This patch fixes the typo and
adds a test.
bye,
Sumit
From 1ecf801a22f0ad842500118ddd4d7851cddbef74 Mon Sep 17 00:00:00 2001
From: Sumit Bose
Date: Fri, 1 Jun 2012 13:08:04 +0200
Subject: [PATCH] sss_idmap: fix typo which prevents sub auth larger then
On Thu, May 31, 2012 at 09:09:53AM +0200, Jakub Hrozek wrote:
> On Thu, May 24, 2012 at 03:04:36PM +0200, Sumit Bose wrote:
> > Hi,
> >
> > this patch allows us besides other conversions to convert the dom_sid
> > structure used by samba to strings and back. This structure is used by
> > various s
> On Thu, May 31, 2012 at 05:26:56PM -0400, Simo Sorce wrote:
> > On Thu, 2012-05-31 at 22:09 +0200, Jan Zeleny wrote:
> > > https://fedorahosted.org/sssd/ticket/1318
> > >
> > > Tested with getent, works fine.
> >
> > Ack.
> >
> > Simo.
>
> The new parameter is missing from the configAPI
New