aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam
Commit message (Collapse)AuthorAgeFilesLines
* - rewrite restricted_shell, and split the shell in its own subclassMichael Scherer2010-11-231-0/+1
|
* Add timelimits for nss_ldap, enable password policyBuchan Milne2010-11-221-1/+3
|
* - set the ldap password in /etc/ldap.secretMichael Scherer2010-11-221-1/+8
|
* - make sure nscd is installed and runningMichael Scherer2010-11-221-1/+6
|
* - 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 default password of x, so manifests do not fail on test vmsMichael Scherer2010-11-221-1/+1
|
* - add nssldap password handlingMichael Scherer2010-11-222-1/+5
|
* - ldaps is required ( ie no unencrypted connection )Michael Scherer2010-11-221-1/+1
|
* - remove erronous line ( and uneeded ), as this cause error when applying ↵Michael Scherer2010-11-221-2/+0
| | | | about "ressource already declared"
* - pam_mkhomedir is in pam, not in a separate rpmMichael 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-172-1/+30
| | | | | - add ldap.conf
* - fix templatesMichael Scherer2010-11-172-1/+25
| | | | | - add nsswitch.conf
* - better use heritanceMichael Scherer2010-11-171-13/+15
|
* - add a proto module for taking care of pam ( need pam_ldap, etc support, ↵Michael Scherer2010-11-172-0/+62
and a review of the pam config file too )