Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
a99e40ea
Commit
a99e40ea
authored
Oct 27, 2015
by
Jonathan Gazeley
Browse files
Update README to reflect the changes to attribute filters
parent
6d78b1e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a99e40ea
...
...
@@ -147,10 +147,15 @@ Whether the control socket should be read-only or read-write. Choose from `ro`,
#### `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
freeradius::attr
{
'eduroamlocal'
:
key
=>
'User-Name'
,
source
=>
'puppet:///modules/site_freeradius/eduroamlocal'
,
}
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment