summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-03-04 18:53:37 +0100
committerVolker Lendecke <vl@samba.org>2021-12-10 14:02:30 +0000
commit95659031e4519e9c9222c51737fe177eb5a56a7c (patch)
tree9ebf3ef6f5f4b55f877b9d4d242f77afd797fa77 /librpc
parent3284ee9985d8cc0dd2086b03acee4937fefcd5e0 (diff)
downloadsamba-95659031e4519e9c9222c51737fe177eb5a56a7c.tar.gz
backupkey.idl: Don't listen on \\pipe\ntsvcs
[MS-BKRP] says it SHOULD listen here. In the ad dc, this conflicts with smbd's srv_ntsvcs_nt.c listening also on nt ntsvcs unix domain socket. Because "samba" starts smbd after itself, smbd takes over the socket anyway, backupkey can't have been reached over this transport. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/backupkey.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/backupkey.idl b/librpc/idl/backupkey.idl
index 81e0db6a827..3a43f47b79f 100644
--- a/librpc/idl/backupkey.idl
+++ b/librpc/idl/backupkey.idl
@@ -4,7 +4,7 @@ import "misc.idl", "security.idl";
[
uuid("3dde7c30-165d-11d1-ab8f-00805f14db40"),
version(1.0),
- endpoint("ncacn_np:[\\pipe\\protected_storage]","ncacn_np:[\\pipe\\ntsvcs]" ,"ncacn_ip_tcp:"),
+ endpoint("ncacn_np:[\\pipe\\protected_storage]", "ncacn_ip_tcp:"),
helpstring("Remote Backup Key Storage"),
helper("../librpc/ndr/ndr_backupkey.h"),
pointer_default(unique)