Page 1 of 1

Password Length

Posted: Tue Jan 26, 2021 7:15 pm
by gcarson73
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?

Re: Password Length

Posted: Tue Feb 16, 2021 1:22 pm
by openvpn_inc
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