witness.idl: Set cifs as auth service name for the witness interface
authorSamuel Cabrero <scabrero@samba.org>
Wed, 21 Oct 2020 16:30:29 +0000 (18:30 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Jan 2024 10:21:34 +0000 (10:21 +0000)
Windows clients use the 'cifs' service name to bind to the witness interface.

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
librpc/idl/witness.idl

index 652c0e9cb651f2ab8e70f86b1489a078075b20e1..792297cd8ffe8c3d9a317f28509ea6cc2d2a7d4a 100644 (file)
@@ -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
 {