diff options
author | Kozlov Dmitry <dima@server> | 2011-08-16 18:11:12 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2011-08-16 18:11:12 +0400 |
commit | fd52e4578dcc7de2301480fece9395563d643045 (patch) | |
tree | f0fade621eee24248f19334759a159ace5dc0665 /accel-pppd/accel-ppp.conf.5 | |
parent | 3b04c12e021c35d71d8b690b54b7f96ce6a24576 (diff) | |
download | accel-ppp-fd52e4578dcc7de2301480fece9395563d643045.tar.gz accel-ppp-fd52e4578dcc7de2301480fece9395563d643045.zip |
multiple radius support (testing)
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 76c32a70..aee13547 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -262,10 +262,15 @@ Also DM/CoA server will bind to that address. 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 -Specifies IP address, port and secret of authentication RADIUS server. +Specifies IP address, port and secret of authentication RADIUS server. (obsolete) .TP .BI "acct-server=" x.x.x.x:port,secret -Specifies IP address, port and secret of accounting RADIUS server. +Specifies IP address, port and secret of accounting RADIUS server. (obsolete) +.TP +.BI "server=" address,secret[,auth-port[,acct-port]] +Specifies IP address, ports and secret of RADIUS server. +If you want to specify only authentication or accounting server then set auth-port/acct-port to zero. +You may specify multiple radius servers. .TP .BI "dae-server=" x.x.x.x:port,secret Specifies IP address, port to bind and secret for Dynamic Authorization Extension server (DM/CoA). |