diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-31 15:17:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:36:16 -0500 |
commit | f118373ea4707f0937b9abf83116bdc862594747 (patch) | |
tree | 25e09bf719e34bd34aa286fb15a53947714f3607 | |
parent | a0e672af9e5ddbb35a53d8b906e735a1d48849ce (diff) | |
download | samba-f118373ea4707f0937b9abf83116bdc862594747.tar.gz samba-f118373ea4707f0937b9abf83116bdc862594747.tar.bz2 samba-f118373ea4707f0937b9abf83116bdc862594747.zip |
r9829: Registry key and value names are case insensitive
(This used to be commit 96ccbd6402fa37338c49d9a55919a360e940bc48)
-rw-r--r-- | source4/setup/hklm.ldif | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/setup/hklm.ldif b/source4/setup/hklm.ldif index 6d449906cb..2ca3768da0 100644 --- a/source4/setup/hklm.ldif +++ b/source4/setup/hklm.ldif @@ -1,6 +1,10 @@ dn: @INDEXLIST @IDXATTR: key +dn: @ATTRIBUTES +key: CASE_INSENSITIVE +value: CASE_INSENSITIVE + dn: key=control,key=currentcontrolset,key=system,hive=NONE key: control |