Aleksander Machniak
2012-11-26 5b06e24265ca9dfcb9ced320b8f78716372fcc56
program/lib/Roundcube/rcube_ldap.php
@@ -269,7 +269,7 @@
        if ($this->prop['user_specific']) {
            // No password set, use the session password
            if (empty($bind_pass)) {
                $bind_pass = $rcube->decrypt($_SESSION['password']);
                $bind_pass = $rcube->get_user_password();
            }
            // Get the pieces needed for variable replacement.