forked from saltstack-formulas/openvpn-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(auth_nocache): support for auth-nocache
* This option can be enabled on OpenVPN clients, to silence warnings like: ``` openvpn[12345]: WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this ```
- Loading branch information
1 parent
667bc1f
commit c21b7f5
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -282,6 +282,7 @@ openvpn: | |
auth_user_pass_content: | | ||
user | ||
password | ||
auth_nocache: ~ | ||
fast_io: ~ | ||
pull: ~ | ||
tls-client: ~ | ||
|