mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
r4210: Add simple example of a registry hive LDIF file
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f3e0578280
commit
cd9572b72e
43
source/registry.ldif
Normal file
43
source/registry.ldif
Normal file
@@ -0,0 +1,43 @@
|
||||
# editing 10 records
|
||||
# record 1
|
||||
dn: key=control,key=currentcontrolset,key=system,hive=
|
||||
key: control
|
||||
|
||||
# record 2
|
||||
dn: key=services,key=control,key=currentcontrolset,key=system,hive=
|
||||
key: services
|
||||
|
||||
# record 3
|
||||
dn: value=ProductType,key=productoptions,key=control,key=currentcontrolset,key=system,hive=
|
||||
value: ProductType
|
||||
data: WinNT
|
||||
type: 1
|
||||
|
||||
# record 4
|
||||
dn: key=productoptions,key=control,key=currentcontrolset,key=system,hive=
|
||||
key: productoptions
|
||||
|
||||
# record 5
|
||||
dn: key=system,hive=
|
||||
key: system
|
||||
|
||||
# record 6
|
||||
dn: @BASEINFO
|
||||
sequenceNumber: 13
|
||||
|
||||
# record 7
|
||||
dn: key=netlogon,key=services,key=currentcontrolset,key=system,hive=
|
||||
key: netlogon
|
||||
|
||||
# record 8
|
||||
dn: key=services,key=currentcontrolset,key=system,hive=
|
||||
key: services
|
||||
|
||||
# record 9
|
||||
dn: key=print,key=control,key=currentcontrolset,key=system,hive=
|
||||
key: print
|
||||
|
||||
# record 10
|
||||
dn: key=currentcontrolset,key=system,hive=
|
||||
key: currentcontrolset
|
||||
|
||||
Reference in New Issue
Block a user