-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edit usernames #52
Comments
Hello Cad. Can´t do that wile username is the CN on certificate ;)( i´m sure you know that.!!) , maybe username can not be associated to certificates CN , i´m using a php site to monitor connected users , and it´s only show the CN name as an identifier..., don´t know if can grab another info inside certificate , anyway, openvpn use CN as a Identifier and CCD based on the CN, you have a chalenge to think about a solution :) This question and solution correlate to LDAP integration, because username needs to be common between VPN and LDAP to be more simple, or can have another input on users profile to identify Todays OVPM option to use the username as a Common Name on Certificate is Nice.! It Helps to look at the connected users and search for someone by name you defined by yourself.! in addition, i have the Public IP and Internal IP , data usage..., connected since... , IP´s are very usefull, both(Public and private) Today i use the option below on openvpn servers.conf to start openvpn management.. management 127.0.0.1 8888 (any tcp port you want) I do a telnet on this localhost 8888 , use status command to list users, grab the CN and run a " kill CN" , because i disable the option to kill conection on the php site, i didn´t have user control on this option, and another area needs to watch who is conected for service control purpose and i can´t allow this people to kill a conection :). If only admin´s can kill conections would be nice..!! Just try to show some cenarios to help your toughts..! This project is becoming so great.., thanks to you.! Regards |
Find some way to edit usernames.
The text was updated successfully, but these errors were encountered: