summaryrefslogtreecommitdiff
path: root/accel-pppd/accel-ppp.conf.5
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2013-10-02 22:35:17 +0400
committerDmitry Kozlov <xeb@mail.ru>2013-10-02 22:35:17 +0400
commite461c5423384f21efdd1cfc8d57e2fd39f0d156e (patch)
tree8fc97d2f44dc9b6ff5e020f9c1d41a8dd5c7ce58 /accel-pppd/accel-ppp.conf.5
parent6b442343da91747481c07f12584866ef34ed8917 (diff)
downloadaccel-ppp-e461c5423384f21efdd1cfc8d57e2fd39f0d156e.tar.gz
accel-ppp-e461c5423384f21efdd1cfc8d57e2fd39f0d156e.zip
ipoe: intoduced 'password' option to control password generation
Diffstat (limited to 'accel-pppd/accel-ppp.conf.5')
-rw-r--r--accel-pppd/accel-ppp.conf.516
1 files changed, 15 insertions, 1 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index 6e0d0e01..2d585ba9 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -183,7 +183,7 @@ This should reduce kernel-level interface creation/deletion rate lack.
If n is not zero ipoe module will produce verbose logging.
.TP
.BI "username=" ifname|lua:function
-Specifies how to determine username of DHCP user.
+Specifies how to determine username of user.
.br
If username=
.B ifname
@@ -195,6 +195,20 @@ then lua function with name
.B username
will be called to construct username from dhcp packet fields.
.TP
+.BI "password=" username|empty|<string>
+Specifies how to generate password.
+.br
+If password=
+.B username
+then password will be same as username.
+.br
+If password=
+.B empty
+then password will be empty string.
+.br
+Or you can specify fixed password in
+.B <string>.
+.TP
.BI "lease-time=" n
Specifies lease time in seconds to be sent to dhcp client.
.TP