Skip to content

Commit f2e692c

Browse files
committed
[chores] Adjusted order of openvpn noauth-cache #177
Related to #177
1 parent b06331a commit f2e692c

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

docs/source/backends/openvpn.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ Required properties:
163163
+--------------------------+---------+--------------+-------------------------------------------------------------+
164164
| ``float`` | boolean | ``False`` | |
165165
+--------------------------+---------+--------------+-------------------------------------------------------------+
166+
| ``auth_nocache`` | boolean | ``False`` | |
167+
+--------------------------+---------+--------------+-------------------------------------------------------------+
166168
| ``fast_io`` | boolean | ``False`` | |
167169
+--------------------------+---------+--------------+-------------------------------------------------------------+
168170
| ``log`` | string | | filesystem path |
169171
+--------------------------+---------+--------------+-------------------------------------------------------------+
170172
| ``verb`` | integer | ``1`` | from ``0`` (disabled) to ``11`` (very verbose) |
171173
+--------------------------+---------+--------------+-------------------------------------------------------------+
172-
| ``auth_nocache`` | boolean | ``False`` | |
173-
+--------------------------+---------+--------------+-------------------------------------------------------------+
174174

175175
Client specific settings
176176
~~~~~~~~~~~~~~~~~~~~~~~~

netjsonconfig/backends/openvpn/schema.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,17 @@
404404
"format": "checkbox",
405405
"propertyOrder": 43,
406406
},
407+
"auth_nocache": {
408+
"title": "auth nocache",
409+
"description": (
410+
"Immediately forget username/password"
411+
"inputs after they are used"
412+
),
413+
"type": "boolean",
414+
"default": False,
415+
"format": "checkbox",
416+
"propertyOrder": 49,
417+
},
407418
"fast_io": {
408419
"title": "fast IO",
409420
"description": "(Experimental) Optimize TUN/TAP/UDP I/O writes by avoiding a "
@@ -445,17 +456,6 @@
445456
"description": "Set output verbosity for logging and debugging",
446457
"propertyOrder": 52,
447458
},
448-
"auth_nocache": {
449-
"title": "auth nocache",
450-
"description": (
451-
"Cause OpenVPN to immediately forget username/password"
452-
"inputs after they are used"
453-
),
454-
"type": "boolean",
455-
"default": False,
456-
"format": "checkbox",
457-
"propertyOrder": 53,
458-
},
459459
},
460460
},
461461
"client": {

0 commit comments

Comments
 (0)