aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/shadow/files
Commit message (Collapse)AuthorAgeFilesLines
* shadow: Specifically change uid/gid max instead of copying custom login.defsOlivier Blin2015-12-011-193/+0
| | | | | | | | | | | | | | Copying a custom login.defs file is not really a good option, since we have to manage many distribution versions, which do not necessarily have the same login.defs settings. Instead, we now only change the UID_MAX and GID_MAX values to 2000 (from an initial value of 60000). This is done so that locally created accounts do not overlap LDAP-managed accounts, which starts at 5000. This uses the file_line helper from the puppetlabs-stdlib module. It means the puppet-stdlib package now needs to be installed on the puppet master node.
* set UID_MAX and GID_MAX to 2000Nicolas Vigier2011-01-201-2/+2
|
* add shadow module for login.defsNicolas Vigier2011-01-201-0/+193