diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-09-13 01:19:42 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-09-13 01:19:42 +0400 |
commit | f39fda2ddb7a8b80a33f155994f27794dd84a198 (patch) | |
tree | 1e13a8f658504a0f0e4f1cd2a0cf26d9f0d1dcec /accel-pptpd/accel-pptpd.conf | |
parent | 65a665f6c655766a6d990e8aba47a811d0c3fecc (diff) | |
download | accel-ppp-xebd-f39fda2ddb7a8b80a33f155994f27794dd84a198.tar.gz accel-ppp-xebd-f39fda2ddb7a8b80a33f155994f27794dd84a198.zip |
log_pgsql: fixed bug - msg->tpd is uninitialized when general_log is called
radius: upgraded dictionary to support vendor-specific
Diffstat (limited to 'accel-pptpd/accel-pptpd.conf')
-rw-r--r-- | accel-pptpd/accel-pptpd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accel-pptpd/accel-pptpd.conf b/accel-pptpd/accel-pptpd.conf index e3df5f2..7d711e0 100644 --- a/accel-pptpd/accel-pptpd.conf +++ b/accel-pptpd/accel-pptpd.conf @@ -1,10 +1,10 @@ [modules] +./liblog_file.so +./liblog_pgsql.so ./libpptp.so ./libauth_pap.so ./libauth_chap_md5.so ./libradius.so -./liblog_file.so -./liblog_pgsql.so [core] log-error=/dev/stderr @@ -20,7 +20,7 @@ echo-failure=3 echo-interval=3 [radius] -dictionary=dictionary +dictionary=../radius/etc/dictionary nas-identifier=pptp nas-ip-address=127.0.0.1 gw-ip-address=192.168.100.100 |