openvpn-monitor
openvpn-monitor copied to clipboard
Feature request - Display certificate's user
I'm running an OpenVPN server that has a policy to restrict one connection per user but I've got some users sharing certificates, which leads to competing for VPN connection. What I suggest was in the "Username" column show "LOGIN_USER / CERT_USER" for example user1 connects to the VPN and shows "user1/user1"
It's possible?
Does this information show up in status 3 if you run telnet localhost 5555?
Yes, it shows in the "CLIENT_LIST" and "Username" column
Can you provide some sample output that shows different LOGIN_USER and CERT_USER?
I realized that the column has a different name, "Common_Name" and "Username" In the TXT file example, user1 logged in using "user1" but with "user2" certificates. The normal case should be like "user3" that logged in and uses "user3" certificates. OpenVPN.txt
So "Username" always matches "Common Name"?