wine.inf: add a computer SID

Robert Reif reif at earthlink.net
Tue Aug 1 21:04:37 CDT 2006


This patch adds a computer SID.  A computer SID should be
unique on a network but wine is a long way away from having
network security working so this isn't a big issue.  You can use
a program like NewSID (http://www.sysinternals.com/Utilities/NewSid.html)
to change the SID.  Another option would be to generate a unique
SID in wineprefixcreate or at install time.
-------------- next part --------------
diff -p -u -r1.84 wine.inf
--- tools/wine.inf	27 Jul 2006 13:19:11 -0000	1.84
+++ tools/wine.inf	2 Aug 2006 01:51:48 -0000
@@ -298,6 +298,7 @@ HKLM,System\CurrentControlSet\Services\V
 HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
 HKLM,HARDWARE\DEVICEMAP\PARALLEL PORTS,,,""
 HKLM,HARDWARE\DEVICEMAP\SERIALCOMM,,,""
+HKLM,SECURITY\SAM\Domains\Account,"V",3,01,04,00,00,00,00,00,05,15,00,00,00,12,34,56,78,12,34,56,78,12,34,56,78
 
 [Nls]
 HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""


More information about the wine-patches mailing list