6.0.0-alpha14
7/3/25

[#10538] issue with connection to postgres database
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

History
10/07/2011 04:48:30 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
10/07/2011 04:48:19 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git for this ticket:

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
09/21/2011 08:52:37 PM dan (at) soleks (dot) com Comment #3 Reply to this comment
with active parameters:

$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.
09/21/2011 03:16:24 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
it started to work properly.
What do you mean with that? What did you do that it stopped working properly?
09/20/2011 05:36:29 PM dan (at) soleks (dot) com Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ issue with connection to postgres database
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
New Attachment: error.txt Download
State ⇒ Unconfirmed
Reply to this comment
configuring horde i got the following:
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.

Saved Queries