aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <ermal.luci@gmail.com>2011-10-09 04:30:53 -0700
committerErmal Luçi <ermal.luci@gmail.com>2011-10-09 04:30:53 -0700
commitab545b28b30da0e9a4af0999896526b66d9590c0 (patch)
tree91714b1e8bfb69d858fc51cdc12c6d0cc51b4e64
parentcca16b59680414bf6ddfdfa0fe56d0eae0bf1e0f (diff)
parent59cc7c4f9f86fca07386fd788ff6b575f0b854d9 (diff)
downloadpfsense-packages-ab545b28b30da0e9a4af0999896526b66d9590c0.tar.gz
pfsense-packages-ab545b28b30da0e9a4af0999896526b66d9590c0.tar.bz2
pfsense-packages-ab545b28b30da0e9a4af0999896526b66d9590c0.zip
Merge pull request #91 from Nachtfalkeaw/patch-41
Changed syntax like it is decribed here: http://freeradius.org/radiusd/do
-rw-r--r--config/freeradius.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeradius.inc b/config/freeradius.inc
index 17b5408f..87c6af36 100644
--- a/config/freeradius.inc
+++ b/config/freeradius.inc
@@ -461,7 +461,7 @@ function freeradius_users_resync() {
$atrib='';
$head="$username User-Password == ".'"'.$password.'"';
if ($multiconnect <> '') {
- $head .=", Simultaneous-Use += $multiconnect";
+ $head .=", Simultaneous-Use := $multiconnect";
}
if ($userexpiration <> '') {
$head .=", Expiration := ".'"'.$userexpiration.'"';