StarsFan4Life

Golden Member
May 28, 2008
1,199
0
0
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?
 

sourceninja

Diamond Member
Mar 8, 2005
8,805
65
91
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.
 

sourceninja

Diamond Member
Mar 8, 2005
8,805
65
91
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.