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
6a5b4d14
Unverified
Commit
6a5b4d14
authored
Oct 08, 2018
by
Jonathan
Committed by
GitHub
Oct 08, 2018
Browse files
Merge pull request #111 from djjudas21/109_listen_readme
Add missing docs for #109
parents
4d3c223a
8934f138
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6a5b4d14
...
...
@@ -20,6 +20,7 @@
*
[
`freeradius::home_server_pool`
](
#freeradiushomeserverpool
)
*
[
`freeradius::instantiate`
](
#freeradiusinstantiate
)
*
[
`freeradius::ldap`
](
#freeradiusldap
)
*
[
'freeradius::listen`
](
#freeradiuslisten
)
*
[
`freeradius::module::ldap`
](
#freeradiusmoduleldap
)
*
[
`freeradius::krb5`
](
#freeradiuskrb5
)
*
[
`freeradius::module`
](
#freeradiusmodule
)
...
...
@@ -740,6 +741,31 @@ Maximum number of connections. Default: `${thread[pool].max_servers}`
##### `
spare
`
Spare connections to be left idle. Default: `
${thread[pool].max_spare_servers}
`
#### `
freeradius::listen
`
Define listening interface
##### `
type
`
Type of listener. Must be one of `
auth
`, `
acct
`, `
proxy
`, `
detail
`, `
status
`, `
coa
`. Default: `
auth
`
##### `
ip
`
The IPv4 address of the interface to listen. `
ip
` and `
ip6
` are mutually exclusive. Default: `
undef
`
##### `
ip6
`
The IPv6 address of the interface to listen. `
ip
` and `
ip6
` are mutually exclusive. Default: `
undef
`
##### `
port
`
Default: `
undef
`
##### `
max_connections
`
Default : `
16
`
##### `
lifetime
`
Default : `
0
`
##### `
idle_timeout
`
Default : `
30
`
#### `
freeradius::module
`
Install a module from a flat file, or enable a stock module that came with your distribution of
...
...
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