svn commit: samba r2694 - in branches/SAMBA_4_0/source/script: .

idra at samba.org idra at samba.org
Mon Sep 27 15:37:44 GMT 2004


Author: idra
Date: 2004-09-27 15:37:43 +0000 (Mon, 27 Sep 2004)
New Revision: 2694

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/script&rev=2694&nolog=1

Log:
DN -> DC these are domain components ...
Modified:
   branches/SAMBA_4_0/source/script/provision.pl


Changeset:
Modified: branches/SAMBA_4_0/source/script/provision.pl
===================================================================
--- branches/SAMBA_4_0/source/script/provision.pl	2004-09-27 15:11:42 UTC (rev 2693)
+++ branches/SAMBA_4_0/source/script/provision.pl	2004-09-27 15:37:43 UTC (rev 2694)
@@ -8,7 +8,7 @@
 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()



More information about the samba-cvs mailing list