diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2015-02-21 14:55:22 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2015-02-21 14:55:32 +0300 |
commit | bc767dc4dd80284e836a9c60eb1eed2e6b94b406 (patch) | |
tree | c0cacbe73d6e8cbb6c316f6c59ae6cdb62df246c /accel-pppd/accel-ppp.conf.5 | |
parent | 44d9afd7f6f1b066cc1450a89c0bf43df3804d44 (diff) | |
download | accel-ppp-bc767dc4dd80284e836a9c60eb1eed2e6b94b406.tar.gz accel-ppp-bc767dc4dd80284e836a9c60eb1eed2e6b94b406.zip |
ipoe: for option password implemented special value "csid"
If password=csid then password will we same as Calling-Station-Id.
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r-- | accel-pppd/accel-ppp.conf.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5 index 8bb18862..f87c431b 100644 --- a/accel-pppd/accel-ppp.conf.5 +++ b/accel-pppd/accel-ppp.conf.5 @@ -213,7 +213,7 @@ then lua function with name .B username will be called to construct username from dhcp packet fields. .TP -.BI "password=" username|empty|<string> +.BI "password=" username|csid|empty|<string> Specifies how to generate password. .br If password= @@ -224,6 +224,10 @@ If password= .B empty then password will be empty string. .br +If password= +.B csid +then password will be same as Calling-Station-Id. +.br Or you can specify fixed password in .B <string>. .TP |