6.0.0-beta1
8/7/25

[#683] open access to database for account horde
Summary open access to database for account horde
Queue Turba
Queue Version 1.2.2
Type Bug
State Resolved
Priority 1. Low
Owners
Requester s.gourdie (at) math (dot) canterbury (dot) ac (dot) nz
Created 10/11/2004 (7605 days ago)
Due
Updated 10/11/2004 (7605 days ago)
Assigned
Resolved 10/11/2004 (7605 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/11/2004 03:47:21 AM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS, thanks.
10/11/2004 12:06:00 AM s (dot) gourdie (at) math (dot) canterbury (dot) ac (dot) nz Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ open access to database for account horde
Queue ⇒ Turba
Reply to this comment
Hi,



within file mysql_create.sql ( scritps/drivers/ )

this last line is



GRANT SELECT, INSERT, UPDATE, DELETE ON turba_objects TO horde;



This creates a new account `horde`@`%` which has no password

and can be accessed from any machine.



I suspect all that is necessary is



GRANT SELECT, INSERT, UPDATE, DELETE ON turba_objects TO horde@locahost



Which grants privilege to the turba_objects table to the existing

account horde@localhost which is password protected, and locks the

access down to the local machine on which horde ( and turba ) is running.



Regards



Steve Gourdie


Saved Queries