diff options
author | Christof Schmitt <christof.schmitt@us.ibm.com> | 2012-08-10 08:10:42 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-15 11:44:42 +1000 |
commit | bd23c8f1ce1caf61a0596c47795d6a21c2234826 (patch) | |
tree | bfb7fdbe1e24d4390bc3a56fb2923e1f2f3d7dad /source3/librpc | |
parent | 7baa7091b741813f53954380a6ff6e7ff12e601b (diff) | |
download | samba-bd23c8f1ce1caf61a0596c47795d6a21c2234826.tar.gz |
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 <abartlet@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); } |