Displaying 2 results from an estimated 2 matches for "gp_tabl".
Did you mean:
gp_table
2017 Jun 28
0
Lowercase characters on GPO IDs in Samba source files
...this
probably needs fixing, but is not actually a priority, as I don't think
anybody actually uses that file.
"6AC1786C-016F-11D2-945F-00C04fB984F9" is also in gpo_util.c but
I don't really think it needs fixing because this is the code it is in:
#if 0 /* unused */
static struct gp_table gpo_default_policy[] = {
{ DEFAULT_DOMAIN_POLICY,
"31B2F340-016D-11D2-945F-00C04FB984F9" },
{ DEFAULT_DOMAIN_CONTROLLERS_POLICY,
"6AC1786C-016F-11D2-945F-00C04fB984F9" },
{ NULL, NULL }
};
#endif
As you quite clearly see, that block of code is unused.
Do they need fixi...
2017 Jun 28
2
Lowercase characters on GPO IDs in Samba source files
Turns out that I was at least half-right, after all.
I just opened the files contained in the last Samba release (contained
in samba-4.6.5.tar.gz) and although the typos have been corrected in
"./python/samba/provision/__init__.py", *they are still there* in
"./examples/misc/adssearch.pl" and "./libgpo/gpo_util.c".
It happened that, before my first post, I had