Re: [SSSD] [PATCHES] Add SID related lookups to the NSS responder - part 3

2013-05-31 Thread Jakub Hrozek
On Tue, May 28, 2013 at 08:30:01AM -0400, Stephen Gallagher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/27/2013 01:55 PM, Jakub Hrozek wrote: On Tue, May 14, 2013 at 06:07:05PM +0200, Jakub Hrozek wrote: On Mon, May 13, 2013 at 12:33:46PM +0200, Sumit Bose wrote: +if

Re: [SSSD] [PATCHES] Add SID related lookups to the NSS responder - part 3

2013-05-28 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/27/2013 01:55 PM, Jakub Hrozek wrote: On Tue, May 14, 2013 at 06:07:05PM +0200, Jakub Hrozek wrote: On Mon, May 13, 2013 at 12:33:46PM +0200, Sumit Bose wrote: +if (el-values[0].length 2 + el-values[0].data[0] == 'S' +

Re: [SSSD] [PATCHES] Add SID related lookups to the NSS responder - part 3

2013-05-27 Thread Jakub Hrozek
On Wed, May 22, 2013 at 02:10:11PM +0200, Sumit Bose wrote: On Tue, May 14, 2013 at 06:07:05PM +0200, Jakub Hrozek wrote: On Mon, May 13, 2013 at 12:33:46PM +0200, Sumit Bose wrote: Hi, with these four patches the SID-to-name API can now also be used with the AD provider and for

Re: [SSSD] [PATCHES] Add SID related lookups to the NSS responder - part 3

2013-05-27 Thread Jakub Hrozek
On Mon, May 27, 2013 at 06:58:23PM +0200, Jakub Hrozek wrote: On Wed, May 22, 2013 at 02:10:11PM +0200, Sumit Bose wrote: On Tue, May 14, 2013 at 06:07:05PM +0200, Jakub Hrozek wrote: On Mon, May 13, 2013 at 12:33:46PM +0200, Sumit Bose wrote: Hi, with these four patches the

Re: [SSSD] [PATCHES] Add SID related lookups to the NSS responder - part 3

2013-05-27 Thread Jakub Hrozek
On Tue, May 14, 2013 at 06:07:05PM +0200, Jakub Hrozek wrote: On Mon, May 13, 2013 at 12:33:46PM +0200, Sumit Bose wrote: +if (el-values[0].length 2 +el-values[0].data[0] == 'S' +el-values[0].data[1] == '-') +{ Ack I will just reformat this opening bracket to

Re: [SSSD] [PATCHES] Add SID related lookups to the NSS responder - part 3

2013-05-22 Thread Sumit Bose
On Tue, May 14, 2013 at 06:07:05PM +0200, Jakub Hrozek wrote: On Mon, May 13, 2013 at 12:33:46PM +0200, Sumit Bose wrote: Hi, with these four patches the SID-to-name API can now also be used with the AD provider and for local IPA accounts. Since this goes beyond the functionality

Re: [SSSD] [PATCHES] Add SID related lookups to the NSS responder - part 3

2013-05-14 Thread Jakub Hrozek
On Mon, May 13, 2013 at 12:33:46PM +0200, Sumit Bose wrote: Hi, with these four patches the SID-to-name API can now also be used with the AD provider and for local IPA accounts. Since this goes beyond the functionality needed by the FreeIPA WebUI I send them in a separate series. The

[SSSD] [PATCHES] Add SID related lookups to the NSS responder - part 3

2013-05-13 Thread Sumit Bose
Hi, with these four patches the SID-to-name API can now also be used with the AD provider and for local IPA accounts. Since this goes beyond the functionality needed by the FreeIPA WebUI I send them in a separate series. The patches are also a requirement for using the PAC with the AD provider