Skip to content
Snippets Groups Projects
Commit a99e40ea authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Update README to reflect the changes to attribute filters

parent 6d78b1e3
Branches
Tags
No related merge requests found
...@@ -147,10 +147,15 @@ Whether the control socket should be read-only or read-write. Choose from `ro`, ...@@ -147,10 +147,15 @@ Whether the control socket should be read-only or read-write. Choose from `ro`,
#### `freeradius::attr` #### `freeradius::attr`
Install arbitrary attribute filters from a flat file. These are installed in `/etc/raddb/attr.d` Install arbitrary attribute filters from a flat file. These are installed in an appropriate module config directory.
##### `key`
Specify a RADIUS attribute to be the key for this attribute filter. Enter only the string part of the name.
```puppet ```puppet
freeradius::attr { 'eduroamlocal': freeradius::attr { 'eduroamlocal':
key => 'User-Name',
source => 'puppet:///modules/site_freeradius/eduroamlocal', source => 'puppet:///modules/site_freeradius/eduroamlocal',
} }
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment