mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
27 lines
552 B
ReStructuredText
27 lines
552 B
ReStructuredText
.. code-block:: json
|
|
|
|
{ "ppp": { "authentication": {} } }
|
|
|
|
|
|
.. list-table::
|
|
:widths: 25 50 25
|
|
:header-rows: 1
|
|
|
|
* - Attribute
|
|
- Description
|
|
- Default
|
|
* - `username`
|
|
- Username
|
|
- user{session-global}@rtbrick.com
|
|
* - `password`
|
|
- Password
|
|
- test
|
|
* - `timeout`
|
|
- Authentication request timeout in seconds
|
|
- 5
|
|
* - `retry`
|
|
- Authentication request max retry
|
|
- 30
|
|
* - `protocol`
|
|
- This value can be set to `PAP` or `CHAP` to reject the other protocol
|
|
- allow PAP and CHAP |