plugins/password/drivers/ldap.php
@@ -279,6 +279,10 @@ } break; case 'ad': $cryptedPassword = rcube_charset::convert('"' . $passwordClear . '"', RCUBE_CHARSET, 'UTF-16LE'); break; case 'clear': default: $cryptedPassword = $passwordClear;