diff options
-rw-r--r-- | docs/Registry/WinXP_SignOrSeal.reg | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/Registry/WinXP_SignOrSeal.reg b/docs/Registry/WinXP_SignOrSeal.reg index 18690ae661..f6f4b4cd91 100644 --- a/docs/Registry/WinXP_SignOrSeal.reg +++ b/docs/Registry/WinXP_SignOrSeal.reg @@ -1,9 +1,11 @@ -REGEDIT4 - -; -; This registry key (gathered from the Samba-tng lists) is needed -; for a Windows XP client to join and logon to a Samba domain -; - -HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\netlogon\parameters -"RequireSignOrSeal"=dword:00000000 +Windows Registry Editor Version 5.00
+
+;
+; This registry key is needed for a Windows XP Client to join
+; and logon to a Samba domain. Note: Samba 2.2.3a contained
+; this key in a broken format which did nothing to the registry -
+; however XP reported "registry key imported". If in doubt
+; check the key by hand with regedit.
+
+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
+"requiresignorseal"=dword:00000000
|