1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-06 17:32:29 +03:00

r4396: Generate newrootdse.ldb in provision.pl as well

(This used to be commit 3ebaec6edb)
This commit is contained in:
Jelmer Vernooij
2004-12-29 21:41:17 +00:00
committed by Gerald (Jerry) Carter
parent e3cd42615b
commit a89f6df4a9

View File

@ -364,6 +364,14 @@ system("ldbadd -H newsam.ldb newsam.ldif");
print "done\n";
unlink("newrootdse.ldb");
print "creating newrootdse.ldb ...\n";
system("ldbadd -H newrootdse.ldb rootdse.ldif");
print "done\n";
print "generating dns zone file ...\n";
$data = FileLoad("provision.zone") || die "Unable to load provision.zone\n";
@ -398,6 +406,8 @@ print "
Installation:
- Please move newsam.ldb to sam.ldb in the private/ directory of your
Samba4 installation
- Please move newrootdse.ldb to rootdse.ldb in the private/ directory
of your Samba4 installation
- Please use $dnsdomain.zone to in BIND dns server
";