Re: [SSSD] [PATCH] sss_idmap: fix typo which prevents sub auth larger then 2^31

2012-06-08 Thread Jan Zelený
> On Mon, Jun 04, 2012 at 05:11:51PM +0200, Sumit Bose wrote: > > On Mon, Jun 04, 2012 at 02:04:38PM +0200, Jakub Hrozek wrote: > > > On Fri, Jun 01, 2012 at 01:10:32PM +0200, Sumit Bose wrote: > > > > Hi, > > > > > > > > I found a missing 'u' in the idmap code. This patch fixes the typo > > > > a

Re: [SSSD] [PATCH] sss_idmap: fix typo which prevents sub auth larger then 2^31

2012-06-06 Thread Jakub Hrozek
On Mon, Jun 04, 2012 at 05:11:51PM +0200, Sumit Bose wrote: > On Mon, Jun 04, 2012 at 02:04:38PM +0200, Jakub Hrozek wrote: > > On Fri, Jun 01, 2012 at 01:10:32PM +0200, Sumit Bose wrote: > > > Hi, > > > > > > I found a missing 'u' in the idmap code. This patch fixes the typo and > > > adds a test

Re: [SSSD] [PATCH] sss_idmap: fix typo which prevents sub auth larger then 2^31

2012-06-04 Thread Sumit Bose
On Mon, Jun 04, 2012 at 02:04:38PM +0200, Jakub Hrozek wrote: > On Fri, Jun 01, 2012 at 01:10:32PM +0200, Sumit Bose wrote: > > Hi, > > > > I found a missing 'u' in the idmap code. This patch fixes the typo and > > adds a test. > > > > bye, > > Sumit > > The patch seems to be breaking unit tests

Re: [SSSD] [PATCH] sss_idmap: fix typo which prevents sub auth larger then 2^31

2012-06-04 Thread Jakub Hrozek
On Fri, Jun 01, 2012 at 01:10:32PM +0200, Sumit Bose wrote: > Hi, > > I found a missing 'u' in the idmap code. This patch fixes the typo and > adds a test. > > bye, > Sumit The patch seems to be breaking unit tests: Running suite(s): IDMAP Leak report for src/tests/common_check.c:104: full tall

[SSSD] [PATCH] sss_idmap: fix typo which prevents sub auth larger then 2^31

2012-06-01 Thread Sumit Bose
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