Page 1 of 1

OpenVPN utf8 for password authentication

Posted: Tue Jun 07, 2011 1:59 pm
by dreamteam
Hi @ all,


I have some drouble with passwords who contain special caracters like "ä,ö, or ü". If one of that caracters contains a password, this caracter wouldn't be passed to the auth-script.....

Is it possible, that I can change the charset for OpenVPN to UTF8. My Hostsystem is Debian Squeeze.


Thanks for any Help.


Regards.

Re: OpenVPN utf8 for password authentication

Posted: Tue Jun 07, 2011 3:07 pm
by janjust
what _IS_ passed to the auth script? as far as I know the password is simply dumped into an env var (or text file, which is preferable) , which the auth-user-pass-verify script can read and process.

There's no easy way of changing openvpn to use UTF-8 (or any other char sets) other than modifying the openvpn sources.

Re: OpenVPN utf8 for password authentication

Posted: Wed Jun 08, 2011 4:54 am
by dreamteam
<<what _IS_ passed to the auth script?>>

Everything of the password except the caracters "ä,ö,ü".

<<There's no easy way of changing openvpn to use UTF-8 (or any other char sets) other than modifying the openvpn sources.>>

Where do I need to make the changes?


Anybody knows?

Re: OpenVPN utf8 for password authentication

Posted: Tue Jun 21, 2011 2:38 pm
by dreamteam
Has nobody a idea?