Skip to content

pfsense_openvpn_client support for auth_user and auth_pass fields #131

Description

@samuel-emrys

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions