diff options
-rw-r--r-- | source4/hklm.ldif (renamed from source4/registry.ldif) | 0 | ||||
-rwxr-xr-x | source4/script/provision.pl | 14 |
2 files changed, 13 insertions, 1 deletions
diff --git a/source4/registry.ldif b/source4/hklm.ldif index 833ae9bafa..833ae9bafa 100644 --- a/source4/registry.ldif +++ b/source4/hklm.ldif 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 "; + + |