From bebe512a57c6aabe6cd539750834297a17b5c4f5 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 24 Dec 2004 06:39:18 +0000 Subject: [PATCH] r4354: The ldb databases do not go in lib/private, but in private/ under PREFIX Andrew Bartlett (This used to be commit 9ccb2a39c34766d620059a56a925cb749a0ad6f4) --- source4/script/provision.pl | 2 +- source4/script/rootdse.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/script/provision.pl b/source4/script/provision.pl index c00511f3735..dde89b6d929 100755 --- a/source4/script/provision.pl +++ b/source4/script/provision.pl @@ -386,7 +386,7 @@ FileSave("$dnsdomain.zone", $res); print "done Installation: -- Please move newsam.ldb to sam.ldb in the lib/private/ directory of your +- Please move newsam.ldb to sam.ldb in the private/ directory of your Samba4 installation - Please use $dnsdomain.zone to in BIND dns server "; diff --git a/source4/script/rootdse.pl b/source4/script/rootdse.pl index 8d8bb2e5f90..cfe49a65820 100755 --- a/source4/script/rootdse.pl +++ b/source4/script/rootdse.pl @@ -146,7 +146,7 @@ system("ldbadd -H newrootdse.ldb newrootdse.ldif"); print "done -Please move newrootdse.ldb to rootdse.ldb in the lib/private/ directory of your +Please move newrootdse.ldb to rootdse.ldb in the private/ directory of your Samba4 installation "; -- 2.34.1