From: Samuel Cabrero Date: Wed, 21 Oct 2020 16:30:29 +0000 (+0200) Subject: witness.idl: Set cifs as auth service name for the witness interface X-Git-Tag: talloc-2.4.2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5beef87816d103a729508ce88368c30c87b1fa4e;p=thirdparty%2Fsamba.git witness.idl: Set cifs as auth service name for the witness interface Windows clients use the 'cifs' service name to bind to the witness interface. Signed-off-by: Samuel Cabrero Reviewed-by: Stefan Metzmacher Reviewed-by: Günther Deschner Reviewed-by: Andreas Schneider --- diff --git a/librpc/idl/witness.idl b/librpc/idl/witness.idl index 652c0e9cb65..792297cd8ff 100644 --- a/librpc/idl/witness.idl +++ b/librpc/idl/witness.idl @@ -8,7 +8,8 @@ import "misc.idl"; pointer_default(unique), helpstring("SMB Witness Service"), helper("../librpc/ndr/ndr_witness.h"), - endpoint("ncacn_ip_tcp:") + endpoint("ncacn_ip_tcp:"), + authservice("cifs") ] interface witness {