summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/provision.pl14
1 files changed, 13 insertions, 1 deletions
diff --git a/source4/script/provision.pl b/source4/script/provision.pl
index dde89b6d92..20567ced87 100755
--- a/source4/script/provision.pl
+++ b/source4/script/provision.pl
@@ -383,10 +383,22 @@ print "saving dns zone to newdns.zone ...\n";
FileSave("$dnsdomain.zone", $res);
-print "done
+print "done\n";
+
+unlink("newhklm.ldb");
+
+print "creating newhklm.ldb ... \n";
+
+system("ldbadd -H newhklm.ldb hklm.ldif");
+
+print "done\n";
+
+print "
Installation:
- Please move newsam.ldb to sam.ldb in the private/ directory of your
Samba4 installation
- Please use $dnsdomain.zone to in BIND dns server
";
+
+