6.0.0-beta1
7/4/25

[#14344] webmail-install sets wrong default value (ssl)
Summary webmail-install sets wrong default value (ssl)
Queue Horde Base
Queue Version 5.2.10
Type Bug
State Not Reproducible
Priority 1. Low
Owners
Requester m (at) rcel (dot) cz
Created 04/28/2016 (3354 days ago)
Due
Updated 02/01/2017 (3075 days ago)
Assigned 11/19/2016 (3149 days ago)
Resolved 02/01/2017 (3075 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/01/2017 09:34:47 AM Jan Schneider State ⇒ Not Reproducible
 
11/19/2016 04:44:53 PM Michael Rubinsky Comment #2
State ⇒ Feedback
Priority ⇒ 1. Low
Reply to this comment
Cannot reproduce.
04/28/2016 08:58:11 PM m (at) rcel (dot) cz Comment #1
Priority ⇒ 2. Medium
New Attachment: error.txt Download
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ webmail-install sets wrong default value (ssl)
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
I use the interactive "webmail-install" script to preconfigure my 
installation like this:

$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = 'horde';
$conf['sql']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'utf-8';
$conf['sql']['ssl'] = false;
$conf['sql']['splitread'] = false;
$conf['sql']['phptype'] = 'mysql';

When asked following question:

"Use SSL to connect to the server?
     (1) Yes
     (0) No

Type your choice [0]:"

Entering "0\r" configures Horde properly but entering just "\r" sets 
the default ssl value to true instead of false and causes "Missing 
required connection parameter(s)." error when trying to log in.

Saved Queries