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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.