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

Add active management of /etc/login.defs on RedHat-esque systems #16

Closed ddcrjlalumiere closed 8 years ago

ddcrjlalumiere commented 8 years ago

Add active management of /etc/login.defs on RedHat-esque systems. In particular this allows one to do things like set the minimum user UID/GID to 500 for continuity in deployments which have existing UID's that do not conform to RedHat's decision to bump the minimum to 1000.

Of note the minimum version of the stdlib module dependency was bumped to 4.6.0 to provide access to the validate_integer() function.

Tested on CentOS 6.3 and 7.2.

ddcrjlalumiere commented 8 years ago

Will resubmit after getting Bundler tests happy...

ddcrjlalumiere commented 8 years ago

I take it back, will not be resubmitting as management of this file belongs in a separate module anyway.

edestecd commented 8 years ago

I agree. I think camptocamp/accounts manages this...