Skip to content
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

Add initial support for configuring PAM for winbind authentication #32

Merged
merged 2 commits into from
Mar 23, 2017
Merged

Add initial support for configuring PAM for winbind authentication #32

merged 2 commits into from
Mar 23, 2017

Conversation

night199uk
Copy link
Contributor

@night199uk night199uk commented Mar 21, 2017

Open to feedback - I'm new to puppet so there may be better ways to do a lot of this stuff.
This adds a dependency on the module augeasproviders_pam.


This change is Reviewable

@@ -49,6 +49,7 @@
$manage_winbind = true,
$krbconf = true,
$nsswitch = true,
$pam = true,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small mistake I think. It should set to false by default.

Otherwise, seems great, thanks a lot

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right - thanks! Fixed.

- Adds a dependency on augeasproviders_pam for configuring pam config files
- Needs testing on RHEL
@kakwa kakwa merged commit 453f96c into kakwa:master Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants