diff options
author | Kozlov Dmitry <dima@server> | 2010-11-09 13:21:32 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-09 13:21:32 +0300 |
commit | 605c797873ceee12a7eb3561d6e3e7682ded943b (patch) | |
tree | 9ef44fc047e53f370fc489e37d26e119c2b2ae03 /accel-pptpd/accel-pptp.conf.5 | |
parent | d0130adf3aaca9fa3fee227a06f3e1cfcbf40784 (diff) | |
download | accel-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.5')
-rw-r--r-- | accel-pptpd/accel-pptp.conf.5 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/accel-pptpd/accel-pptp.conf.5 b/accel-pptpd/accel-pptp.conf.5 index 25fa25e..6083944 100644 --- a/accel-pptpd/accel-pptp.conf.5 +++ b/accel-pptpd/accel-pptp.conf.5 @@ -207,13 +207,16 @@ Also DM/CoA server will bind to that address. .BI "gw-ip-address=" x.x.x.x Specifies address to use as local address of ppp interfaces if Framed-IP-Address received from RADIUS server. .TP -.BI "auth_server=" x.x.x.x:port,secret +.BI "auth-server=" x.x.x.x:port,secret Specifies IP address, port and secret of authentication RADIUS server. .TP -.BI "acct_server=" x.x.x.x:port,secret +.BI "acct-server=" x.x.x.x:port,secret Specifies IP address, port and secret of accounting RADIUS server. .TP -.BI "dm_coa_secret=" secret +.BI "dae-server=" x.x.x.x:port,secret +Specifies IP address, port to bind and secret for Dynamic Authorization Extension server (DM/CoA). +.TP +.BI "dm_coa_secret=" secret (deprecated, use dae-server instead) Specifies secret to use in DM/CoA communication. .TP .SH [log] |