diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/freeradius2/freeradius.inc | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/config/freeradius2/freeradius.inc b/config/freeradius2/freeradius.inc index 56f14086..9db22a44 100755 --- a/config/freeradius2/freeradius.inc +++ b/config/freeradius2/freeradius.inc @@ -23,6 +23,11 @@ function freeradius_install_command() { unlink(RADDB . "/$file"); } } + + exec("chown -R root:wheel /usr/local/etc/raddb"); + exec("chown -R root:wheel /usr/local/lib/freeradius-2.1.12"); + exec("chown -R root:wheel /var/run/radiusd"); + closedir($handle); freeradius_settings_resync(); @@ -212,12 +217,12 @@ modules { ignore_null = no } - #realm ntdomain { - #format = prefix - #delimiter = "\\" - #ignore_default = no - #ignore_null = no - #} + realm ntdomain { + format = prefix + delimiter = "\\\" + ignore_default = no + ignore_null = no + } checkval { item-name = Calling-Station-Id |