Add some debug in s4's winbind server
authorMatthieu Patou <mat@matws.net>
Tue, 11 Jan 2011 19:38:27 +0000 (22:38 +0300)
committerMatthieu Patou <mat@samba.org>
Wed, 12 Jan 2011 00:43:11 +0000 (01:43 +0100)
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Wed Jan 12 01:43:11 CET 2011 on sn-devel-104

source4/winbind/wb_cmd_lookupsid.c
source4/winbind/wb_dom_info.c
source4/winbind/wb_sid2domain.c

index 2d72ae20722c8782be78a6f75092f5bf5e7be58e..57d859fdf9237f7c1f0e828058f29a4104e1cdc1 100644 (file)
@@ -42,7 +42,7 @@ struct composite_context *wb_cmd_lookupsid_send(TALLOC_CTX *mem_ctx,
        struct composite_context *result, *ctx;
        struct cmd_lookupsid_state *state;
 
-
+       DEBUG(5, ("wb_cmd_lookupsid_send called\n"));
        result = composite_create(mem_ctx, service->task->event_ctx);
        if (result == NULL) goto failed;
 
index 608020d9a7dff7323141cbc190f582d31891e4af..5402c1cf62d11880594b97cbee83aa953908888d 100644 (file)
@@ -47,6 +47,7 @@ struct composite_context *wb_get_dom_info_send(TALLOC_CTX *mem_ctx,
        struct dom_sid *dom_sid;
        struct finddcs finddcs_io;
 
+       DEBUG(5, ("wb_get_dom_info_send called\n"));
        result = composite_create(mem_ctx, service->task->event_ctx);
        if (result == NULL) goto failed;
 
index c1cf98713183065426bd05447ed9d6f973a06a18..62854a2b6ac1a8efdfadb6ce12f2f128f8f43813 100644 (file)
@@ -62,7 +62,7 @@ struct composite_context *wb_sid2domain_send(TALLOC_CTX *mem_ctx,
 {
        struct composite_context *result, *ctx;
        struct sid2domain_state *state;
-
+       DEBUG(5, ("wb_sid2domain_send called\n"));
        result = composite_create(mem_ctx, service->task->event_ctx);
        if (result == NULL) goto failed;