From 250996aa5a094cb9d203e2d2e369f6e6eab4cd9c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 27 Sep 2004 15:37:43 +0000 Subject: r2694: DN -> DC these are domain components ... (This used to be commit 35135033ffbae42a3a946ea30ba46f6ed9b12898) --- source4/script/provision.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') diff --git a/source4/script/provision.pl b/source4/script/provision.pl index 4e2c264c50..d99cb6906c 100755 --- a/source4/script/provision.pl +++ b/source4/script/provision.pl @@ -8,7 +8,7 @@ my $realm = "bludom.tridgell.net"; my $domain = "BLUDOM"; my $dnsname = "$hostname.$realm"; -my $basedn = "DC=" . join(",DN=", split(/\./, $realm)); +my $basedn = "DC=" . join(",DC=", split(/\./, $realm)); # return the current NTTIME as an integer sub nttime() -- cgit