From: Peter van Dijk Date: Tue, 4 Feb 2014 19:58:48 +0000 (+0100) Subject: remove any suggestion of specific GRANT statements X-Git-Tag: rec-3.6.0-rc1~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a76be37b184255b87f3ad6c999a5c7b3be7f1b7c;p=thirdparty%2Fpdns.git remove any suggestion of specific GRANT statements --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 2ae16212d8..ef6ce270b2 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -11483,12 +11483,6 @@ name IN A 192.0.2.4 Connect to MySQL as a user with sufficient privileges and issue the following commands: - - -GRANT SELECT ON supermasters TO pdns; -GRANT ALL ON domains TO pdns; -GRANT ALL ON records TO pdns; - Now we have a database and an empty table. PDNS should now be able to launch in monitor mode and display no errors: @@ -17741,8 +17735,7 @@ authoritative). - This schema contains all elements needed for master, slave and superslave operation. Depending on which features will be used, the 'GRANT' statements - can be trimmed to make sure PDNS cannot subvert the contents of your database. + This schema contains all elements needed for master, slave and superslave operation. When using the InnoDB storage engine, we suggest adding the following lines to the 'create table records' command above: @@ -17769,8 +17762,7 @@ REFERENCES `domains` (`id`) ON DELETE CASCADE; Zone2sql with the --gpgsql flag also assumes this layout is in place. - This schema contains all elements needed for master, slave and superslave operation. Depending on which features will be used, the 'GRANT' statements - can be trimmed to make sure PDNS cannot subvert the contents of your database. + This schema contains all elements needed for master, slave and superslave operation. To support DNSSEC or to migrate to DNSSEC, the following statements have to be issued: @@ -17792,8 +17784,7 @@ REFERENCES `domains` (`id`) ON DELETE CASCADE; - This schema contains all elements needed for master, slave and superslave operation. Depending on which features will be used, 'GRANT' statements - can be trimmed to make sure PDNS cannot subvert the contents of your database. + This schema contains all elements needed for master, slave and superslave operation. Inserting records is a bit different compared to MySQL and PostgreSQL, you should use: