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

Revoking users #178

Open
sonicdoe opened this issue Dec 30, 2021 · 0 comments
Open

Revoking users #178

sonicdoe opened this issue Dec 30, 2021 · 0 comments

Comments

@sonicdoe
Copy link

Users can be configured using the openvpn_use_pam_users list. In tasks/authentication/pam.yml, this list is used with the htpasswd module to create a password file at {{ openvpn_etcdir }}/users. However, contrary to openvpn_clients and openvpn_clients_revoke, there’s no possibility to revoke users. Removing a user from the openvpn_use_pam_users list does not suffice; they will remain because removing an entry from the password file would require passing state=absent to the htpasswd module.

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