diff options
author | Kozlov Dmitry <dima@server> | 2010-11-09 15:08:21 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-09 15:08:21 +0300 |
commit | 47453cf43b076631bb2a8455c14f39298cdea1ca (patch) | |
tree | 1df3aabd5432121453535206b74c8cc0e562794e /accel-pptpd/accel-pptp.conf.5 | |
parent | 4bec34636fc79f41b73da8751beebca210c77470 (diff) | |
download | accel-ppp-47453cf43b076631bb2a8455c14f39298cdea1ca.tar.gz accel-ppp-47453cf43b076631bb2a8455c14f39298cdea1ca.zip |
radius: implemented acct-interim-interval option to specify interval to send accounting information if radius Acct-Interim-Interval attribute is absent in Access-Accept
Diffstat (limited to 'accel-pptpd/accel-pptp.conf.5')
-rw-r--r-- | accel-pptpd/accel-pptp.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf.5 b/accel-pptpd/accel-pptp.conf.5 index 6083944f..694e1ecb 100644 --- a/accel-pptpd/accel-pptp.conf.5 +++ b/accel-pptpd/accel-pptp.conf.5 @@ -219,6 +219,9 @@ Specifies IP address, port to bind and secret for Dynamic Authorization Extensio .BI "dm_coa_secret=" secret (deprecated, use dae-server instead) Specifies secret to use in DM/CoA communication. .TP +.BI "acct-interim-interval=" n +Specifies interval in seconds to send accounting information (may be overriden by radius Acct-Interim-Interval attribute) +.TP .SH [log] .br Configuration of log and log_file modules. |