add auth-nocache to config template #1

Open
cpp wants to merge 1 commit from auth-nocache into master
Owner

This fixes a warning about cached passwords thats being issued by openvpn when starting. As far as I can see, this only is a security issue if an attacker has the possibility to read arbitrary memory regions. The warning is unaesthetic, tho, so I want to get rid of it.

This fixes a warning about cached passwords thats being issued by openvpn when starting. As far as I can see, this only is a security issue if an attacker has the possibility to read arbitrary memory regions. The warning is unaesthetic, tho, so I want to get rid of it.
cpp added 1 commit 2021-05-21 18:10:55 +02:00
01f69a6b05 add auth-nocache to config template
This fixes a warning about cached passwords thats being issued by openvpn when starting. As far as I can see, this only is a security issue if an attacker has the possibility to read arbitrary memory regions. The warning is unaesthetic, tho, so I want to get rid of it.
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin auth-nocache:auth-nocache
git checkout auth-nocache

Merge

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff auth-nocache
git checkout master
git merge --ff-only auth-nocache
git checkout auth-nocache
git rebase master
git checkout master
git merge --no-ff auth-nocache
git checkout master
git merge --squash auth-nocache
git checkout master
git merge --ff-only auth-nocache
git checkout master
git merge auth-nocache
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: images/ovpn-certman#1
No description provided.