summaryrefslogtreecommitdiff
path: root/accel-pptpd
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2010-10-26 12:47:35 +0400
committerDmitry Kozlov <xeb@mail.ru>2010-10-26 12:47:35 +0400
commit78b729af58e58dddfc69f22f4a04add7f969451d (patch)
tree4e8c10181e2b39c6dffff8323cb08db5b01c1fbd /accel-pptpd
parent026eecf56384843a08e7cc8dbd426f7dd616a3d9 (diff)
downloadaccel-ppp-xebd-78b729af58e58dddfc69f22f4a04add7f969451d.tar.gz
accel-ppp-xebd-78b729af58e58dddfc69f22f4a04add7f969451d.zip
fixed default path of dictionaries in accel-pptp.conf
Diffstat (limited to 'accel-pptpd')
-rw-r--r--accel-pptpd/accel-pptp.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf
index bff0f87..466e7da 100644
--- a/accel-pptpd/accel-pptp.conf
+++ b/accel-pptpd/accel-pptp.conf
@@ -39,7 +39,7 @@ interface=eth0
verbose=1
[l2tp]
-#dictionary=/usr/local/share/accel-pptp/dictionary
+#dictionary=/usr/local/share/accel-pptp/l2tp/dictionary
#hello_interval=60
#timeout=60
#rtimeout=5
@@ -51,7 +51,7 @@ verbose=1
#dns2=172.16.1.1
[radius]
-#dictionary=/usr/local/share/accel-pptp/dictionary
+#dictionary=/usr/local/share/accel-pptp/radius/dictionary
nas-identifier=accel-pptp
nas-ip-address=127.0.0.1
gw-ip-address=192.168.100.1