[Samba] Lowercase characters on GPO IDs in Samba source files

Miguel Medalha medalist at sapo.pt
Wed Jun 28 21:16:40 UTC 2017


Last year, when I noticed the typos, I created patches for my own use. I 
don't know if they meet your standards, but I include them as 
attachments nevertheless. Maybe they are useful.


-------------- next part --------------
--- a/examples/misc/adssearch.pl	2016-01-26 11:45:46.000000000 +0000
+++ b/examples/misc/adssearch.pl	2016-04-24 22:09:42.525284667 +0100
@@ -354,7 +354,7 @@
 
 my %ads_gpo_default_guids = (
 "Default Domain Policy"			=> "31B2F340-016D-11D2-945F-00C04FB984F9",
-"Default Domain Controllers Policy"	=> "6AC1786C-016F-11D2-945F-00C04fB984F9",
+"Default Domain Controllers Policy"	=> "6AC1786C-016F-11D2-945F-00C04FB984F9",
 "mist"					=> "61718096-3D3F-4398-8318-203A48976F9E",
 );
 
-------------- next part --------------
--- a/libgpo/gpo_util.c	2016-01-26 11:45:46.000000000 +0000
+++ b/libgpo/gpo_util.c	2016-04-24 22:10:59.062270409 +0100
@@ -43,7 +43,7 @@
 	{ DEFAULT_DOMAIN_POLICY,
 		"31B2F340-016D-11D2-945F-00C04FB984F9" },
 	{ DEFAULT_DOMAIN_CONTROLLERS_POLICY,
-		"6AC1786C-016F-11D2-945F-00C04fB984F9" },
+		"6AC1786C-016F-11D2-945F-00C04FB984F9" },
 	{ NULL, NULL }
 };
 #endif


More information about the samba mailing list