r2694: DN -> DC these are domain components ...
authorSimo Sorce <idra@samba.org>
Mon, 27 Sep 2004 15:37:43 +0000 (15:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:23 +0000 (12:59 -0500)
(This used to be commit 35135033ffbae42a3a946ea30ba46f6ed9b12898)

source4/script/provision.pl

index 4e2c264c5028f47fb64847fa42a628f4506e3eed..d99cb6906c862ed8aef9e8e303f0aec23920eb61 100755 (executable)
@@ -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()