Open Tuxem opened 3 years ago
Can you give an example in how this is used? I'm curious!
We have one domain but we have to configure different options according to OUs. For instance : credential cache, override home etc... Maybe there is a simpler way of doing that but I'm not aware...
If you make a difference based on the OU of the system I'd say that's the perfect job for the inventory.
I would figure out a means of determining which OU a system is in and grouping them in the inventory and configuring them that way.
In our case, we are using SSSD options for users OUs. In our case, several users are connecting to 1 computer. Some users need to be treated differently than others according to their OU.
In sssd.conf.j2 it uses domain.name for realm. However, it can be different. For instance, for some search_base you want to apply different parameters (ex : different override_homedir)
Possible solution :