Hi, Does openvpn support utf8 encoding (unicode?) for usernames and passwords?
I could not find anything about it, only a very old mail (http://openvpn.net/archive/openvpn-devel/2006-04/msg00044.html) I've been using 2.1 rc18 as server for months now without any trouble, but now i got a report that special character passwords are not working. The authentication is done by a simple bash script. Added a line to this script to check if it gets the passwords with wrong charset or gets it at all (echo $username:$password:TEST >> /var/log/openvpn/test) but it shows nothing for the password. Thanks, Andras