From 1d990b526ea2844263a40c734b7d7aaabcb26822 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 21 Oct 2004 07:10:59 +0000 Subject: r3109: Give krbtgt and our machine account a random password in provision. Andrew Bartlett (This used to be commit 560a8c9f424495f85284a456e829326d2a931e6e) --- source4/script/provision.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/script') diff --git a/source4/script/provision.pl b/source4/script/provision.pl index 4b51e9611b..c00511f373 100755 --- a/source4/script/provision.pl +++ b/source4/script/provision.pl @@ -137,6 +137,10 @@ sub substitute($) return $opt_adminpass; } + if ($var eq "RANDPASS") { + return randpass(); + } + if ($var eq "NTTIME") { return "" . nttime(); } -- cgit