• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

OpenVPN

StarsFan4Life

Golden Member
How can I get a complete list of all accounts created in OpenVPN? Is there a log file anywhere (im using WinSCP to access the server) that I can get this complete list?
 
As far as I know there are no 'openvpn' accounts. They are unix accounts with a pub/private key pair. On my system they all belong to a openvpn group. So I could just do
cat /etc/group | grep openvpn

That would get me a list.
 
Again, I'm 99.9% sure there are no openvpn accounts, only unix accounts and pub/priv key pairs. You will have to use the OS supplied tools for managing users to find out who exists.
 
Back
Top