Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pfsense_openvpn_client support for auth_user and auth_pass fields #131

Open
samuel-emrys opened this issue Jun 9, 2024 · 0 comments
Open

Comments

@samuel-emrys
Copy link

Is your feature request related to a problem? Please describe.
When configuring a vpn client, there currently doesn't appear to be a way to populate the "Username" and "Password" fields of the "User Authentication" section. In the xml, these are the following:

<openvpn>
  <openvpn-client>
    <auth_user></auth_user>
    <auth_pass></auth_pass>
  </openvpn-client>
</openvpn>

This is useful when trying to configure an external VPN service, such as PIA.

Describe the solution you'd like
Add the fields auth_user and auth_pass to the api to populate these fields in the xml.

Describe alternatives you've considered
N/A

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant