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

Don't need to set uid or gid for this user

parent deb2fe6c
No related branches found
No related tags found
No related merge requests found
...@@ -127,11 +127,11 @@ class freeradius ( ...@@ -127,11 +127,11 @@ class freeradius (
hasrestart => true, 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': user { 'radiusd':
ensure => present, ensure => present,
uid => '95',
gid => 'radiusd',
groups => $winbind_support ? { groups => $winbind_support ? {
true => $fr_wbpriv_user, true => $fr_wbpriv_user,
default => undef, default => undef,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment