GRANT lines in database scripts

"Mike Pelley" <mike-cqP9117+pU/[email protected]> Sat, 27 Sep 2003 21:31:18 -0400
Newsgroups gmane.comp.horde.giapeto
Message-ID <000001c38560$381300f0$6500010a@pelley>
I noticed that the database scripts did not have GRANT lines to give the
horde user access.  The following patches will add these lines.

Thanks!  Mike.


Index: scripts/drivers/bookmarks.sql
===================================================================
RCS file: /usr/cvsroot/horde/giapeto/scripts/drivers/bookmarks.sql,v
retrieving revision 1.2
diff -u -r1.2 bookmarks.sql
--- scripts/drivers/bookmarks.sql       17 Aug 2003 23:39:30 -0000      1.2
+++ scripts/drivers/bookmarks.sql       28 Sep 2003 01:25:47 -0000
@@ -9,3 +9,5 @@

     PRIMARY KEY         (bookmark_id)
 );
+
+GRANT SELECT, INSERT, UPDATE, DELETE ON giapeto_bookmarks TO horde;



Index: scripts/drivers/stats.sql
===================================================================
RCS file: /usr/cvsroot/horde/giapeto/scripts/drivers/stats.sql,v
retrieving revision 1.1
diff -u -r1.1 stats.sql
--- scripts/drivers/stats.sql   30 Aug 2003 07:01:44 -0000      1.1
+++ scripts/drivers/stats.sql   28 Sep 2003 01:26:11 -0000
@@ -9,3 +9,5 @@

     PRIMARY KEY         (stats_id)
 );
+
+GRANT SELECT, INSERT, UPDATE, DELETE ON giapeto_stats TO horde;


-- 
giapeto mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]