Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
d89b3de3
Commit
d89b3de3
authored
Oct 30, 2014
by
Jonathan Gazeley
Browse files
Don't need to set uid or gid for this user
parent
deb2fe6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
d89b3de3
...
...
@@ -127,11 +127,11 @@ class freeradius (
hasrestart
=>
true
,
}
# We don't want to create the radiusd user, just add it to the wbpriv group
# We don't want to create the radiusd user, just add it to the
# wbpriv group if the user needs winbind support. We depend on
# the FreeRADIUS package to be sure that the user has been created
user
{
'radiusd'
:
ensure
=>
present
,
uid
=>
'95'
,
gid
=>
'radiusd'
,
groups
=>
$winbind_support
?
{
true
=>
$fr_wbpriv_user
,
default
=>
undef
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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