aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam/templates/system-auth
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use @ when accessing variables in templates"Dan Fandrich2024-10-041-1/+1
| | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622.
* Use @ when accessing variables in templatesDan Fandrich2024-10-041-1/+1
| | | | Access without the @ symbol is the older method and is discouraged.
* Use concat from stdlib to merged admins in access classesOlivier Blin2017-02-211-5/+3
| | | | We already use puppet-stdlib for the file_line helper.
* Implicitely allow mga-sysadmin login for all access classesOlivier Blin2017-02-211-0/+1
| | | | | | Like done already for mga-unrestricted_shell_access. There is no easy way to concatenate arrays in puppet, the rules are kept inlined for mga-sysadmin and mga-unrestricted_shell_access.
* Allow mga-unrestricted_shell_access group login on all nodesOlivier Blin2017-02-211-0/+1
|
* lint fixes for pamThomas Backlund2015-10-201-1/+0
|
* pam: remove "dynamic lookup" warningsNicolas Vigier2012-12-181-0/+1
|
* allow to use multiple group for the access with pamMichael Scherer2011-01-131-6/+6
|
* restrict login to people of the group mga-commiters ( previous try wasMichael Scherer2010-11-241-6/+6
| | | | not working with ssh key )
* s/commiters/committers/, to be in sync with the ldap group name and the ↵Michael Scherer2010-11-241-2/+2
| | | | dictionnary
* move the group restriction at the top of the file, or they are uselessMichael Scherer2010-11-241-7/+7
|
* pam_wheel is made to be used with su only. pam_succeed_if seems to be the ↵Michael Scherer2010-11-241-2/+2
| | | | proper module
* remove empty line from the result file ( <% vs <%- )Michael Scherer2010-11-241-4/+4
|
* - use the first pass if proposed ( or pam ask the password 2 times )Michael Scherer2010-11-221-1/+1
|
* - add a proto module for taking care of pam ( need pam_ldap, etc support, ↵Michael Scherer2010-11-171-0/+35
and a review of the pam config file too )