From 349cc1e14b5d6c3225427f76c8703ab7537b6daa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Aug 2007 13:53:18 +0000 Subject: r24704: Fix bug in the registry patch code.. all the more proves this code needs tests. (This used to be commit aa98d219571c4a7af1e5a0f8483cc17a4b6b36e2) --- source4/setup/provision.reg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'source4/setup/provision.reg') diff --git a/source4/setup/provision.reg b/source4/setup/provision.reg index 867f3e204c..0e657f3e6a 100644 --- a/source4/setup/provision.reg +++ b/source4/setup/provision.reg @@ -9,12 +9,20 @@ REGEDIT4 [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control] [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ProductOptions] -ProductType="LanmanNT" +ProductType=LanmanNT [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print] [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server] +[HKEY_LOCAL_MACHINE\System] + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet] + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services] + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netlogon] + [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Netlogon\Parameters] RefusePasswordChange=REG_DWORD:0 -- cgit