Skip to content

pfsense_openvpn_client support for auth_user and auth_pass fields#230

Open
stefangweichinger wants to merge 1 commit intopfsensible:masterfrom
stefangweichinger:master
Open

pfsense_openvpn_client support for auth_user and auth_pass fields#230
stefangweichinger wants to merge 1 commit intopfsensible:masterfrom
stefangweichinger:master

Conversation

@stefangweichinger
Copy link

fixes #131

This is just a first step.

@opoplawski pls check and tell me if and how to improve that.

@opoplawski opoplawski changed the title issue #131 pfsense_openvpn_client support for auth_user and auth_pass fields Feb 27, 2026
@opoplawski
Copy link
Contributor

auth_pass is sensitive - you'll want 1no_log1 type options. See other modules (e.g. user) for details. It's probably a bcrypt hash as well (verify that) and should be validated like in the user module.

Thanks for starting on this.

@opoplawski
Copy link
Contributor

You'll also want a changelog fragment and version_added doc fields.

@opoplawski opoplawski self-requested a review February 28, 2026 03:10
@opoplawski opoplawski added enhancement New feature or request need response Need a response from submitter labels Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request need response Need a response from submitter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pfsense_openvpn_client support for auth_user and auth_pass fields

2 participants