Summary | issue with connection to postgres database |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | dan (at) soleks (dot) com |
Created | 09/20/2011 (5035 days ago) |
Due | |
Updated | 10/07/2011 (5018 days ago) |
Assigned | 09/21/2011 (5034 days ago) |
Resolved | 10/07/2011 (5018 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Remove login block parameters when creating Db instance for Horde_Auth
(
Bug #10538).1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/136c617835870903658488aa682d3cdc0ec0af60
$conf['auth']['params']['login_block'] = false;
$conf['auth']['params']['login_block_count'] = 5;
$conf['auth']['params']['login_block_time'] = 5;
horde can't connect to database, see attachment with error message. I
commented out that block, and it started to work.
State ⇒ Feedback
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ issue with connection to postgres database
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
New Attachment: error.txt
State ⇒ Unconfirmed
Could not instantiate PDO with DSN
"pgsql:port=5432;login_block_count=5;login_block_time=5;host=192.168.230.1;dbname=gmsdb". PDOException: SQLSTATE[08006] [7] invalid connection option
"login_block_count"
after i commented out the following lines
$conf['auth']['params']['login_block'] = false;
$conf['auth']['params']['login_block_count'] = 5;
$conf['auth']['params']['login_block_time'] = 5;
it started to work properly.