diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2013-04-11 14:05:15 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2013-04-11 14:56:36 +0400 |
commit | 199bd3556de16e4a92fd4e3d79ec6741c5959336 (patch) | |
tree | 45afd310321ad4b3c558d420f3eb25d2ad231d93 /accel-pppd/accel-ppp.conf.5 | |
parent | a8eb35786a937b79c69cab85d1f722835e39bdb2 (diff) | |
download | accel-ppp-xebd-199bd3556de16e4a92fd4e3d79ec6741c5959336.tar.gz accel-ppp-xebd-199bd3556de16e4a92fd4e3d79ec6741c5959336.zip |
radius: implemented default-realm option
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index ba3a2b1..0854021 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -486,6 +486,10 @@ Specifies timeout of accounting interim update. .TP .BI "acct-delay-time=" 0|1 Specifies whether radius client should include Acct-Delay-Time attribute to accounting requests (default 0). +.TP +.BI "default-realme=" realm +Append specified realm to username. +.TP .SH [log] .br Configuration of log and log_file modules. |