aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam/templates
Commit message (Collapse)AuthorAgeFilesLines
* - allow to set access without forcing the restricted shell ( shouldMichael Scherer2011-01-131-1/+1
| | | | be done by openssh in fact, but that's easier to do like this for now )
* 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
|
* Add timelimits for nss_ldap, enable password policyBuchan Milne2010-11-221-1/+3
|
* - use the rootbinddn as preconized by buchan ( and let all access goesMichael Scherer2010-11-221-2/+2
| | | | through nscd )
* - use the first pass if proposed ( or pam ask the password 2 times )Michael Scherer2010-11-221-1/+1
|
* - add nssldap password handlingMichael Scherer2010-11-221-1/+2
|
* - ldaps is required ( ie no unencrypted connection )Michael Scherer2010-11-221-1/+1
|
* - do not let file with passwords to be world readable Michael Scherer2010-11-201-3/+0
| | | | | | | | ( even if being readable by apache is not good either, but needed as the password is used by apache ) - use ldaps for sympa - use the 2 new facter macro and remove the version copied everywhere - remove hardcoded domain in bugzilla and others
* - fix templates ( again )Michael Scherer2010-11-171-0/+22
| | | | | - add ldap.conf
* - fix templatesMichael Scherer2010-11-171-0/+16
| | | | | - add nsswitch.conf
* - 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 )