summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mulder <dmulder@samba.org>2022-10-25 08:28:22 -0600
committerJeremy Allison <jra@samba.org>2022-11-04 19:09:09 +0000
commit635b1adfc5c8525634cfbc3f4d64fb9efa1c6f09 (patch)
tree719790c9ac2c2725375cf8c198af3443784aadba
parent1eb2f1cca4f2df0f0885bd9276427410c4241d7c (diff)
downloadsamba-635b1adfc5c8525634cfbc3f4d64fb9efa1c6f09.tar.gz
gpo: GPME doesn't permit nesting of admx categories in builtin
The gnome settings were nested within a builtin admx category, which GPME does not permit. This was hiding the GNOME settings anytime windows admx templates were present. Signed-off-by: David Mulder <dmulder@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Nov 4 19:09:09 UTC 2022 on sn-devel-184
-rw-r--r--libgpo/admx/GNOME_Settings.admx4
1 files changed, 1 insertions, 3 deletions
diff --git a/libgpo/admx/GNOME_Settings.admx b/libgpo/admx/GNOME_Settings.admx
index 6e506b1377f..202960b2c34 100644
--- a/libgpo/admx/GNOME_Settings.admx
+++ b/libgpo/admx/GNOME_Settings.admx
@@ -10,9 +10,7 @@
</definitions>
</supportedOn>
<categories>
- <category name="CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323" displayName="$(string.CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323)">
- <parentCategory ref="windows:ControlPanel" />
- </category>
+ <category name="CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323" displayName="$(string.CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323)" />
<category name="CAT_7E067B4B_2FE1_4AAD_8D76_54209466A491" displayName="$(string.CAT_7E067B4B_2FE1_4AAD_8D76_54209466A491)">
<parentCategory ref="CAT_351B0FDF_55F3_4904_AC71_D3A6CF8DB323" />
</category>