svn commit: samba r4398 - in branches/SAMBA_4_0/source: .

vlendec at samba.org vlendec at samba.org
Wed Dec 29 22:54:24 GMT 2004


Author: vlendec
Date: 2004-12-29 22:54:24 +0000 (Wed, 29 Dec 2004)
New Revision: 4398

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4398

Log:
Make usrmgr.exe believe we're a DC. Otherwise it will not show global groups.

Index on "key" attribute.

Volker


Modified:
   branches/SAMBA_4_0/source/hklm.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/hklm.ldif
===================================================================
--- branches/SAMBA_4_0/source/hklm.ldif	2004-12-29 22:25:46 UTC (rev 4397)
+++ branches/SAMBA_4_0/source/hklm.ldif	2004-12-29 22:54:24 UTC (rev 4398)
@@ -1,3 +1,6 @@
+dn: @INDEXLIST
+ at IDXATTR: key
+
 dn: key=control,key=currentcontrolset,key=system,hive=
 key: control
 
@@ -6,7 +9,7 @@
 
 dn: value=ProductType,key=productoptions,key=control,key=currentcontrolset,key=system,hive=
 value: ProductType
-data: WinNT
+data: LanmanNT
 type: 1
 
 dn: key=productoptions,key=control,key=currentcontrolset,key=system,hive=



More information about the samba-cvs mailing list