openvpn-status-parser
openvpn-status-parser copied to clipboard
Parser for openvpn status file
Inspired by changes by Niecke: https://github.com/ojarva/openvpn-status-parser/compare/master...Niecke:master Also improved the tests so that they lock-in correct behavior.
…nstead of 'Common Name' Fixes #3 and #4
openvpn-status-parser uses the "Common Name" as the dict key in the `connected_clients` attributes. This leads to a problem when no client certificate is used to authenticate users, but only login/pass,...
It seems my version of OpenVPN (2.5.1) has more fields in the client list than what is expected, which causes an exception while getting the client list from the parser...