Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use concat from stdlib to merged admins in access classes | Olivier Blin | 2017-02-21 | 1 | -0/+9 |
| | | | | We already use puppet-stdlib for the file_line helper. | ||||
* | pam: use nss-pam-ldapd on Mageia >= 2 | Olivier Blin | 2015-11-30 | 1 | -1/+7 |
| | | | | As detected by tmb on new valstar | ||||
* | Make pam::multiple_ldap_access a class instead of a define | Nicolas Vigier | 2012-12-11 | 2 | -1/+2 |
| | | | | | | | pam::multiple_ldap_access can only be included once. If it is included multiple time, the value of the variable $access_classes used in templates/system-auth is random. As it can only be included once, it should be a parameterized class and not a defined resource. | ||||
* | split pam module into 3 files | Michael Scherer | 2012-03-17 | 3 | -30/+31 |
| | |||||
* | manage /etc/openldap/ldap.conf by puppet | Michael Scherer | 2012-02-15 | 1 | -0/+1 |
| | |||||
* | clean nscd service | Michael Scherer | 2012-02-15 | 1 | -2/+1 |
| | |||||
* | cleanup and refactoring of pam module | Michael Scherer | 2012-01-08 | 1 | -46/+23 |
| | |||||
* | fix wrong class name | Michael Scherer | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | - allow to set access without forcing the restricted shell ( should | Michael Scherer | 2011-01-13 | 1 | -1/+4 |
| | | | | be done by openssh in fact, but that's easier to do like this for now ) | ||||
* | move the type of access_class to deployment ( as this is tied to our group ↵ | Michael Scherer | 2011-01-13 | 1 | -26/+0 |
| | | | | name ) | ||||
* | allow to use multiple group for the access with pam | Michael Scherer | 2011-01-13 | 1 | -5/+15 |
| | |||||
* | restrict login to people of the group mga-commiters ( previous try was | Michael Scherer | 2010-11-24 | 1 | -3/+7 |
| | | | | not working with ssh key ) | ||||
* | s/commiters/committers/, to be in sync with the ldap group name and the ↵ | Michael Scherer | 2010-11-24 | 1 | -2/+2 |
| | | | | dictionnary | ||||
* | - add a comment so I do not have the impression to have | Michael Scherer | 2010-11-23 | 1 | -2/+6 |
| | | | | lost 4h on debugging pam_ldap and openssh | ||||
* | class was renamed 3 commits ago | Michael Scherer | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | - rewrite restricted_shell, and split the shell in its own subclass | Michael Scherer | 2010-11-23 | 1 | -0/+1 |
| | |||||
* | - set the ldap password in /etc/ldap.secret | Michael Scherer | 2010-11-22 | 1 | -1/+8 |
| | |||||
* | - make sure nscd is installed and running | Michael Scherer | 2010-11-22 | 1 | -1/+6 |
| | |||||
* | - add default password of x, so manifests do not fail on test vms | Michael Scherer | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | - add nssldap password handling | Michael Scherer | 2010-11-22 | 1 | -0/+3 |
| | |||||
* | - remove erronous line ( and uneeded ), as this cause error when applying ↵ | Michael Scherer | 2010-11-22 | 1 | -2/+0 |
| | | | | about "ressource already declared" | ||||
* | - pam_mkhomedir is in pam, not in a separate rpm | Michael Scherer | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | - fix templates ( again ) | Michael Scherer | 2010-11-17 | 1 | -1/+8 |
| | | | | | - add ldap.conf | ||||
* | - fix templates | Michael Scherer | 2010-11-17 | 1 | -1/+9 |
| | | | | | - add nsswitch.conf | ||||
* | - better use heritance | Michael Scherer | 2010-11-17 | 1 | -13/+15 |
| | |||||
* | - add a proto module for taking care of pam ( need pam_ldap, etc support, ↵ | Michael Scherer | 2010-11-17 | 1 | -0/+27 |
and a review of the pam config file too ) |