Re: [SSSD] [PATCH] Fix re_expression matching with subdomains

2012-06-21 Thread Stephen Gallagher
On Thu, 2012-06-21 at 22:36 +0200, Sumit Bose wrote: > On Thu, Jun 21, 2012 at 04:51:36PM +0200, Jan Zelený wrote: > > Dne čtvrtek 21 června 2012 12:23:30, Sumit Bose napsal(a): > > > On Thu, Jun 21, 2012 at 04:57:35AM -0400, Jan Zeleny wrote: > > > > - Original Message - > > > > > > > > >

Re: [SSSD] [PATCH] Fix re_expression matching with subdomains

2012-06-21 Thread Sumit Bose
On Thu, Jun 21, 2012 at 04:51:36PM +0200, Jan Zelený wrote: > Dne čtvrtek 21 června 2012 12:23:30, Sumit Bose napsal(a): > > On Thu, Jun 21, 2012 at 04:57:35AM -0400, Jan Zeleny wrote: > > > - Original Message - > > > > > > > On Tue, 2012-06-19 at 17:15 +0200, Jan Zelený wrote: > > > > > T

Re: [SSSD] [PATCH] Fix re_expression matching with subdomains

2012-06-21 Thread Jan Zelený
Dne čtvrtek 21 června 2012 12:23:30, Sumit Bose napsal(a): > On Thu, Jun 21, 2012 at 04:57:35AM -0400, Jan Zeleny wrote: > > - Original Message - > > > > > On Tue, 2012-06-19 at 17:15 +0200, Jan Zelený wrote: > > > > This patch fixes an issue which resulted in a need to initialize > > > >

Re: [SSSD] [PATCH] Fix re_expression matching with subdomains

2012-06-21 Thread Sumit Bose
On Thu, Jun 21, 2012 at 04:57:35AM -0400, Jan Zeleny wrote: > - Original Message - > > On Tue, 2012-06-19 at 17:15 +0200, Jan Zelený wrote: > > > This patch fixes an issue which resulted in a need to initialize > > > responder with data from local domain, otherwise it would not > > > correc

Re: [SSSD] [PATCH] Fix re_expression matching with subdomains

2012-06-21 Thread Jan Zeleny
- Original Message - > On Tue, 2012-06-19 at 17:15 +0200, Jan Zelený wrote: > > This patch fixes an issue which resulted in a need to initialize > > responder with data from local domain, otherwise it would not > > correctly > > detect requests for subdomains. Similar situation can occur if

Re: [SSSD] [PATCH] Fix re_expression matching with subdomains

2012-06-20 Thread Stephen Gallagher
On Tue, 2012-06-19 at 17:15 +0200, Jan Zelený wrote: > This patch fixes an issue which resulted in a need to initialize > responder with data from local domain, otherwise it would not correctly > detect requests for subdomains. Similar situation can occur if new > subdomain is added at runtime. >

[SSSD] [PATCH] Fix re_expression matching with subdomains

2012-06-19 Thread Jan Zelený
This patch fixes an issue which resulted in a need to initialize responder with data from local domain, otherwise it would not correctly detect requests for subdomains. Similar situation can occur if new subdomain is added at runtime. The solution is to ask for a list of subdomains in case there i