diff options
author | Simo Sorce <idra@samba.org> | 2004-09-27 15:37:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:23 -0500 |
commit | 250996aa5a094cb9d203e2d2e369f6e6eab4cd9c (patch) | |
tree | f710b6cfbf187103f286ea6d06ef5ba7fc89b98a /source4/script/provision.pl | |
parent | 43d45f80ad7f8125542c793171af0657631566cd (diff) | |
download | samba-250996aa5a094cb9d203e2d2e369f6e6eab4cd9c.tar.gz samba-250996aa5a094cb9d203e2d2e369f6e6eab4cd9c.tar.bz2 samba-250996aa5a094cb9d203e2d2e369f6e6eab4cd9c.zip |
r2694: DN -> DC these are domain components ...
(This used to be commit 35135033ffbae42a3a946ea30ba46f6ed9b12898)
Diffstat (limited to 'source4/script/provision.pl')
-rwxr-xr-x | source4/script/provision.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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() |