sgnl05 / sgnl05-sssd

Puppet module for SSSD
https://forge.puppet.com/sgnl05/sssd
GNU General Public License v3.0
17 stars 77 forks source link

Added join domain and pam access support #17

Closed dutsmiller closed 8 years ago

dutsmiller commented 8 years ago

These have been verified to work on Centos 7. System is able to successfully join the domain and create a krb5.keytab file. Pam access can be optionally enabled if it is desirable to manage security via security.conf.

tibers commented 8 years ago

Oh man this is a great addition to the module and it's exactly what I've been looking for!

edestecd commented 8 years ago

I think pam_access deserves its own module. This one does the authconfig and also manages the config file with aug. https://forge.puppet.com/MiamiOH/pam_access

edestecd commented 8 years ago

Please see this pr for a discussion about Adding AD join Domain code: https://github.com/sgnl05/sgnl05-sssd/pull/15

sgnl05 commented 8 years ago

Please consider releasing this as a separate module. SSSD has several auth providers, and there are also several ways of joining a domain. I think it'll be better for users if they can choose which tool to use for the job.