cookbook 'pam_radius', '= 0.1.0'
pam_radius (6) Versions 0.1.0 Follow1
Installs and configures pam-radius
cookbook 'pam_radius', '= 0.1.0', :supermarket
knife supermarket install pam_radius
knife supermarket download pam_radius
pam_radius
The pam_radius cookbook provides a resource to install and configure pam_radius.
Requirements
Cookbooks
N/A
Chef
>= 12.1
Platforms
- rhel7
- rhel6
- centos6
- centos7
Resources
pam_radius
pam_radius
installs the pam radius package and allows you to specify cookbook.
properties
Name | Type | Required | Default | Description |
---|---|---|---|---|
configuration |
Array |
false |
[] |
Configuration for the radius servers. Should be an Array of Hashes like defined below |
The configuration
array should follow the following structure:
[
{
"host": "Hostname or ip" # Mandatory
"port": "Port number" # Optional
"shared_secret": "RADIUS shared secret" # Mandatory
"timeout": "Timeout in sec" # Mandatory
"source_ip": "Source IP" # Optional
"vrf": "vrf, no idea" # Optional
}
]
Versionning
This cookbook will follow semantic versionning 2.0.0 as described here
Lisence
MIT
Contributing
Put link vers contributing here
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
License Metric
0.1.0 passed this metric
0.1.0 passed this metric