From bd23c8f1ce1caf61a0596c47795d6a21c2234826 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Fri, 10 Aug 2012 08:10:42 -0700 Subject: s3-winbind: Return the DC name from DC_PING The DC that was attempted to ping is useful for troubleshooting. Return the DC name in the response to the wbclient. Signed-off-by: Andrew Bartlett --- source3/librpc/idl/wbint.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index cb8a4e42a35..159af76a820 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -177,5 +177,6 @@ interface wbint ); NTSTATUS wbint_PingDc( + [out,string,charset(UTF8)] char **dcname ); } -- cgit