Re: [SSSD] [INI] Ding-lIbs - Merging Configuration Snippets Installed in Different Locations (Design page)

2014-04-05 Thread Dmitri Pal
On 04/06/2014 12:11 AM, Simo Sorce wrote: On Fri, 2014-04-04 at 18:25 -0400, Dmitri Pal wrote: Ah you mean the two conditions: - all files must start with a valid section header, i.e. each file has to be valid ini file - duplicated section names are not allowed, i.e. no merging of any kind

Re: [SSSD] [INI] Ding-lIbs - Merging Configuration Snippets Installed in Different Locations (Design page)

2014-04-05 Thread Simo Sorce
On Fri, 2014-04-04 at 18:25 -0400, Dmitri Pal wrote: > Ah you mean the two conditions: > > - all files must start with a valid section header, i.e. each file has >to be valid ini file > - duplicated section names are not allowed, i.e. no merging of any > kind >will be done > > OK so what