Password Length

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
gcarson73
OpenVpn Newbie
Posts: 1
Joined: Tue Jan 26, 2021 6:58 pm

Password Length

Post by gcarson73 » Tue Jan 26, 2021 7:15 pm

I have a OpenVPN server 2.8.5 running on Linux, Local user authentication. Enforce Strong password is enabled and shows 8 minimum characters required, any method is changing the minimum length from 8 to 15?

User avatar
openvpn_inc
OpenVPN Inc.
Posts: 1333
Joined: Tue Feb 16, 2021 10:41 am

Re: Password Length

Post by openvpn_inc » Tue Feb 16, 2021 1:22 pm

Hello,

I believe you can achieve your goal with this setting:
cd /usr/local/openvpn_as/scripts/
./sacli --key "auth.local.0.min_len" --value "15" ConfigPut
./sacli start

Kind regards,
Johan
Image OpenVPN Inc.
Answers provided by OpenVPN Inc. staff members here are provided on a voluntary best-effort basis, and no rights can be claimed on the basis of answers posted in this public forum. If you wish to get official support from OpenVPN Inc. please use the official support ticket system: https://openvpn.net/support

Post Reply