Skip to content

mothbe/sockd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sockd

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with sockd
  4. Usage - Configuration options and additional functionality
  5. Limitations - OS compatibility, etc.

Overview

This modules is used to install and configure sockd (dante) daemon. sockd package is installed from custom repository on puppet master.

Module Description

This module managed configuration of sockd. This modules:

  • install sockd, libwrap0, libpam-radius-auth
  • modifies settings in files: /etc/sockd.conf

Setup

What sockd affects

  • A list of files managed via module: /etc/sockd.conf, /etc/pam_radius_auth.conf
  • A list of packages managed via module: sockd, libwrap0, libpam-radius-auth
  • A list of services managed via module: sockd

Beginning with sockd

class { "sockd": }

Usage

class { "sockd": $service_enable => true $service_ensure => "running" $package_ensure => "installed" $interface => "eth0" $socksmethod => "pam.username" $userprivileged => "root" $usernotprivileged => "nobody" $userlibwrap => "nobody" $radius_server => "localhost" $shared_secret => "testing123" $timeout => "5" }

Limitations

This module supports only Ubuntu 14.04.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published