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