diff options
author | Volker Lendecke <vlendec@samba.org> | 2002-04-05 17:02:34 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2002-04-05 17:02:34 +0000 |
commit | 97e7a130e599d1e69bdc55110852e935640adda9 (patch) | |
tree | d3f174cbab01fa53e3a4f133357944ed0f58e543 /docs/Registry/WinXP_SignOrSeal.reg | |
parent | af7d3db053275b1f3452d2bce4bdf00f973b7bf8 (diff) | |
download | samba-97e7a130e599d1e69bdc55110852e935640adda9.tar.gz samba-97e7a130e599d1e69bdc55110852e935640adda9.tar.bz2 samba-97e7a130e599d1e69bdc55110852e935640adda9.zip |
Merge from 2.2
(This used to be commit 4b69834eb722c647426d1d1495eb53f8b9b5ba7e)
Diffstat (limited to 'docs/Registry/WinXP_SignOrSeal.reg')
-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
|