-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add sssd custom settings #64
feat: Add sssd custom settings #64
Conversation
Thanks - looks useful - @justin-stephenson wdyt? since
|
I am good with allowing custom sssd options for this role. |
Hello @richm, |
For example - take a look at https://github.com/linux-system-roles/ad_integration/blob/main/tests/tests_dyndns.yml - in fact, IMO you could change this test - add |
Hello, I've wrote a test. @richm what do you think? |
I've modified the code in order to remove the specified custom parameters. Is it ok now? |
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
[citest] |
In addition to the other suggested changes, change handlers/main.yml like this:
that way the handler notifications won't actually attempt to restart realmd or sssd when the config files are changed, and we only want to test the config files |
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
Co-authored-by: Richard Megginson <[email protected]>
@richm What is the porpouse of the variable |
Co-authored-by: Richard Megginson <[email protected]>
Done as you suggest. |
Ignore it, I found the answer by myself |
[citest] |
note - I'm going to merge this even though ansible 2.9 tests are broken - the problem is that the |
@brakkio86 can you give me some examples of settings that you need to set in sssd.conf in order for ad_integration to work in your environment? We would like to add some tests for this feature, but we want to know some settings to apply to sssd.conf |
Enhancement: allow sssd custom settings
Reason: sssd.conf is fixed and not costumizable
Result:
Issue Tracker Tickets (Jira or BZ if any):