From: Stefan Metzmacher Date: Tue, 29 Jan 2019 13:57:18 +0000 (+0100) Subject: debug sddl X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=8d3f122ba5e3c94896f55cd5faf73c040607d8cf debug sddl --- diff --git a/libcli/security/sddl.c b/libcli/security/sddl.c index 935a1d205036..d3e330ab4a1d 100644 --- a/libcli/security/sddl.c +++ b/libcli/security/sddl.c @@ -48,6 +48,7 @@ static bool sddl_map_flags(const struct flag_map *map, const char *str, if (len) *len += l; break; } + DEBUG(1, ("NO MATCH[%u][%s] in %s\n", i, map[i].name, str0)); } if (map[i].name == NULL) { DEBUG(1, ("Unknown flag - %s in %s\n", str, str0));