diff options
-rwxr-xr-x | source4/script/provision.pl | 2 | ||||
-rwxr-xr-x | 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 c00511f373..dde89b6d92 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 8d8bb2e5f9..cfe49a6582 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 "; |