debug sddl
authorStefan Metzmacher <metze@samba.org>
Tue, 29 Jan 2019 13:57:18 +0000 (14:57 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 15 Oct 2019 07:36:38 +0000 (09:36 +0200)
libcli/security/sddl.c

index 935a1d205036c11fcc6360a3f225d6a39c8f5b1b..d3e330ab4a1d2a13c00ff8574c291716597e9b79 100644 (file)
@@ -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));