Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-freeradius
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projets publics
puppet-freeradius
Commits
a99e40ea
Commit
a99e40ea
authored
Oct 27, 2015
by
Jonathan Gazeley
Browse files
Options
Downloads
Patches
Plain Diff
Update README to reflect the changes to attribute filters
parent
6d78b1e3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-1
6 additions, 1 deletion
README.md
with
6 additions
and
1 deletion
README.md
+
6
−
1
View file @
a99e40ea
...
@@ -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'
,
}
}
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment