GithubHelp home page GithubHelp logo

swoopla / puppet-pamradius Goto Github PK

View Code? Open in Web Editor NEW

This project forked from techdad/puppet-pamradius

0.0 2.0 0.0 15 KB

Puppet module for PAM Radius authentication

License: Apache License 2.0

Ruby 7.97% Puppet 76.55% HTML 15.48%

puppet-pamradius's Introduction

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", timeout => '3' },
                 		{ rad_server => "192.168.1.2", rad_secret => "qwerty", timeout => '1' } ]
    

    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, Debian 7/8 (may possibly work elsewhere).

Additional testing is most welcome. If this works for you, please share.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.