Hi Matthew,
> You mentioned Roundcube earlier. I notice this in Roundcube's default
> main.inc.php:
>
> // Password charset.
> // Use it if your authentication backend doesn't support UTF-8.
> // Defaults to ISO-8859-1 for backward compatibility
> $rcmail_config['password_charset'] = 'ISO-
On 2012-08-08, at 7.56, "Wiethoff, Helge" wrote:
> As you can see this is ISO-8859-1: e4 --> ä
> But the first incoming String from the client was UTF-8 encoded!?
>
> [Tue Aug 07 10:56:37 2012] [debug] mod_dumpio.c(74): mod_dumpio: dumpio_in
> (data-TRANSIENT): _pass=T%C3%A4st1234
>
> Anyway.
Hello Daniel,
Daniel Parthey wrote:
> Probably you are interested in reading the discussion from 2008:
> http://www.dovecot.org/list/dovecot/2008-November/035263.html
>
> I think, a simple and robust solution would be to limit the
> allowed characters for user passwords in your password
> manageme
Wiethoff, Helge wrote:
> Hello everybody,
>
> i have a problem with dovecot+Active Directory as Authentication-Service. I
> am not able to use special characters (äöüß (german umlaut)) within a
> password. Normally I would suggest that the ldap-query is done in UTF-8 but
> as I debugged the aut
Hello everybody,
i have a problem with dovecot+Active Directory as Authentication-Service. I am
not able to use special characters (äöüß (german umlaut)) within a password.
Normally I would suggest that the ldap-query is done in UTF-8 but as I debugged
the auth-process, I have seen that the pas