On (13/04/17 07:39), Lesley Kimmel wrote: >All; > >I'm using Puppet to configure sssd domains. Generally I am trying to add >them via separate files under /etc/sssd/conf.d/. The question I have is how >the [sssd]/domains parameter is merged. My guess is that the highest >numbered config file under conf.d will take precedence. > sssd does not merge any colliding options. Last one win. It does not matter whether it is in main sssd.conf or in /etc/sssd/conf.d. More details in man sssd.conf -> "CONFIGURATION SNIPPETS FROM INCLUDE DIRECTORY"
>If that is the case I think my best bet would be to exclude this parameter >from all conf.d files and only use the parameter in sssd.conf to control >which domains get configured. > >It would be very useful if the domains parameter could be merged across all >conf.d files so one could simply drop a new domain configuration and have >it be used. > Do you plan to have more domains in separate snippet file in conf.d? Could you describe what do you want to achieve? LS _______________________________________________ sssd-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
