Skip to content

Commit dd1d83c

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

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -674,14 +674,7 @@ public function grant_master_database_rights($verbose = false) {
674674
if(!$this->dbmaster->query($query, $value['db'] . '.dns_soa', $value['user'], $host)) {
675675
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
676676
}
677-
678-
$query = "GRANT SELECT, UPDATE ON ?? TO ?@?";
679-
if ($verbose){
680-
echo $query ."\n";
681-
}
682-
if(!$this->dbmaster->query($query, $value['db'] . '.dns_rr', $value['user'], $host)) {
683-
$this->warning('Unable to set rights of user in master database: '.$value['db']."\n Query: ".$query."\n Error: ".$this->dbmaster->errorMessage);
684-
}
677+
685678
}
686679

687680
}

0 commit comments

Comments
 (0)