Stouts / Stouts.openvpn

Ansible role to install and configure OpenVPN server
MIT License
287 stars 207 forks source link

[bug] - if true where are user and password in the client? #172

Open mikysal78 opened 3 years ago

mikysal78 commented 3 years ago

https://github.com/Stouts/Stouts.openvpn/blob/6f87890db67ef62ed691a0ab95fe6822e9767397/defaults/main.yml#L181

Templates clients: {% if openvpn_use_pam or openvpn_use_ldap %} .....miss "openvpn_simple_auth" ? auth-user-pass ..... miss file with user and password? {% endif %}

and file with user and password?