summaryrefslogtreecommitdiff
path: root/accel-pptpd/accel-pptp.conf
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-11-09 13:21:32 +0300
committerKozlov Dmitry <dima@server>2010-11-09 13:21:32 +0300
commit605c797873ceee12a7eb3561d6e3e7682ded943b (patch)
tree9ef44fc047e53f370fc489e37d26e119c2b2ae03 /accel-pptpd/accel-pptp.conf
parentd0130adf3aaca9fa3fee227a06f3e1cfcbf40784 (diff)
downloadaccel-ppp-xebd-605c797873ceee12a7eb3561d6e3e7682ded943b.tar.gz
accel-ppp-xebd-605c797873ceee12a7eb3561d6e3e7682ded943b.zip
radius: introduced dae-server option to configure Dynamic Authorization Extenstion (DM/CoA) instead of dm_coa_secret
Diffstat (limited to 'accel-pptpd/accel-pptp.conf')
-rw-r--r--accel-pptpd/accel-pptp.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf
index f6b43aa..bddfa27 100644
--- a/accel-pptpd/accel-pptp.conf
+++ b/accel-pptpd/accel-pptp.conf
@@ -59,9 +59,10 @@ verbose=1
nas-identifier=accel-pptp
nas-ip-address=127.0.0.1
gw-ip-address=192.168.100.1
-auth_server=127.0.0.1:1812,testing123
-acct_server=127.0.0.1:1813,testing123
-dm_coa_secret=testing123
+auth-server=127.0.0.1:1812,testing123
+acct-server=127.0.0.1:1813,testing123
+dae-server=127.0.0.1:3799,testing123
+#dm_coa_secret=testing123 (deprecated)
verbose=1
[client-ip-range]