svn commit: samba r8345 - in branches/SAMBA_4_0/source/setup: .

Jelmer Vernooij jelmer at samba.org
Sun Jul 17 14:04:39 GMT 2005


Hi Tridge,

This looks ok. It'd be nice to get rid of the hive attribute completely, 
if possible. Does a LDB tree have to have exactly one 'root' element ? I 
couldn't get it work with multiple root keys earlier on, that's why I 
added the 'hive' attribute.

Cheers,

Jelmer

tridge at samba.org wrote:

>Author: tridge
>Date: 2005-07-12 05:57:56 +0000 (Tue, 12 Jul 2005)
>New Revision: 8345
>
>WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8345
>
>Log:
>make the dn on the hklm ldif valid
>
>Jelmer, can you check this is OK?
>
>
>
>Modified:
>   branches/SAMBA_4_0/source/setup/hklm.ldif
>
>
>Changeset:
>Modified: branches/SAMBA_4_0/source/setup/hklm.ldif
>===================================================================
>--- branches/SAMBA_4_0/source/setup/hklm.ldif	2005-07-12 05:57:14 UTC (rev 8344)
>+++ branches/SAMBA_4_0/source/setup/hklm.ldif	2005-07-12 05:57:56 UTC (rev 8345)
>@@ -1,32 +1,32 @@
> dn: @INDEXLIST
> @IDXATTR: key
> 
>-dn: key=control,key=currentcontrolset,key=system,hive=
>+dn: key=control,key=currentcontrolset,key=system,hive=NONE
> key: control
> 
>-dn: key=services,key=control,key=currentcontrolset,key=system,hive=
>+dn: key=services,key=control,key=currentcontrolset,key=system,hive=NONE
> key: services
> 
>-dn: value=ProductType,key=productoptions,key=control,key=currentcontrolset,key=system,hive=
>+dn: value=ProductType,key=productoptions,key=control,key=currentcontrolset,key=system,hive=NONE
> value: ProductType
> data: LanmanNT
> type: 1
> 
>-dn: key=productoptions,key=control,key=currentcontrolset,key=system,hive=
>+dn: key=productoptions,key=control,key=currentcontrolset,key=system,hive=NONE
> key: productoptions
> 
>-dn: key=system,hive=
>+dn: key=system,hive=NONE
> key: system
> 
>-dn: key=netlogon,key=services,key=currentcontrolset,key=system,hive=
>+dn: key=netlogon,key=services,key=currentcontrolset,key=system,hive=NONE
> key: netlogon
> 
>-dn: key=services,key=currentcontrolset,key=system,hive=
>+dn: key=services,key=currentcontrolset,key=system,hive=NONE
> key: services
> 
>-dn: key=print,key=control,key=currentcontrolset,key=system,hive=
>+dn: key=print,key=control,key=currentcontrolset,key=system,hive=NONE
> key: print
> 
>-dn: key=currentcontrolset,key=system,hive=
>+dn: key=currentcontrolset,key=system,hive=NONE
> key: currentcontrolset
> 
>  
>



More information about the samba-technical mailing list