Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techdad/puppet-pamradius
Puppet module for PAM Radius authentication
https://github.com/techdad/puppet-pamradius
pam-radius-authentication puppet puppet-pamradius
Last synced: 22 days ago
JSON representation
Puppet module for PAM Radius authentication
- Host: GitHub
- URL: https://github.com/techdad/puppet-pamradius
- Owner: techdad
- License: apache-2.0
- Created: 2016-05-05T12:38:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T20:10:42.000Z (about 8 years ago)
- Last Synced: 2024-10-30T23:43:07.371Z (3 months ago)
- Topics: pam-radius-authentication, puppet, puppet-pamradius
- Language: Puppet
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
puppet-pamradius
================A Puppet module for PAM Radius authentication.
Usage:
------1. Must be set, globally for the site or locally (to a host):
$radius_servers = [ { rad_server => "172.16.30.4", rad_secret => "azerty" },
{ rad_server => "192.168.1.2", rad_secret => "qwerty" } ]
This can list just one, or multiple radius servers along with their secrets for PAM to authenticate agaist.
*NOTE: Set this variable in your site.pp or somewhere else such that it's available before the template is parsed.*
2. And then just reference the module:include pamradius
Compatability:
--------------So far only tested on CentOS 6 (may possibly work elsewhere).
Additional testing is most welcome. If this works for you, please share.