cisagov / ansible-role-openvpn

Ansible role to install an OpenVPN server and configure it to authenticate users certificates against FreeIPA.
Creative Commons Zero v1.0 Universal
8 stars 2 forks source link

Remove DN reordering #13

Closed felddy closed 4 years ago

felddy commented 4 years ago

๐Ÿ—ฃ Description

This is part of the fix for: https://github.com/cisagov/ansible-role-openvpn/issues/11

This simplifies the matching of ipa certmapdata. The DNs are no longer going to be converted from x500 order to LDAP order. This is how FreeIPA expects things to be, so we're going to play along.

๐Ÿ’ญ Motivation and Context

Making things work more simply for our users, and admins.

๐Ÿงช Testing

This has been deployed to staging with success.

๐Ÿ“ท Screenshots (if appropriate)

๐Ÿšฅ Types of Changes

โœ… Checklist