Skip to content

Commit 96cbb50

Browse files
author
A. Täffner
committed
removed db permirrion patch and moved it into dns-dnssec-fix-dbmaster
1 parent 7e8e735 commit 96cbb50

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

install/lib/installer_base.lib.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -659,21 +659,6 @@ public function grant_master_database_rights($verbose = false) {
659659
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
660660
}
661661

662-
$query = "GRANT SELECT, UPDATE ON ?? TO ?@?";
663-
if ($verbose){
664-
echo $query ."\n";
665-
}
666-
if(!$this->dbmaster->query($query, $value['db'] . '.dns_soa', $value['user'], $host)) {
667-
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
668-
}
669-
670-
$query = "GRANT SELECT, UPDATE ON ?? TO ?@?";
671-
if ($verbose){
672-
echo $query ."\n";
673-
}
674-
if(!$this->dbmaster->query($query, $value['db'] . '.dns_rr', $value['user'], $host)) {
675-
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
676-
}
677662
}
678663

679664
}

0 commit comments

Comments
 (0)