| 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 (7699 days ago) |
| Due | |
| Updated | 10/11/2004 (7699 days ago) |
| Assigned | |
| Resolved | 10/11/2004 (7699 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ open access to database for account horde
Queue ⇒ Turba
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