summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-11-14 10:13:26 +1300
committerStefan Metzmacher <metze@samba.org>2016-12-15 08:21:11 +0100
commitfee6bb7ca656748cab71998fd60755a0882d0afc (patch)
tree4d8f9f6112a5439ddb6cbe1a2ce947fd7bbb552a /librpc
parenta7598fb53b3a5238d49edbcbdfd218311ae73807 (diff)
downloadsamba-fee6bb7ca656748cab71998fd60755a0882d0afc.tar.gz
idl: Do not listen for lsarpc on \\pipe\netlogon
This prevents making the netlogon process multi-threaded. This works on Windows becuase NETLOGON is part of lsad Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/lsa.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl
index 08237076970..66a07e51091 100644
--- a/librpc/idl/lsa.idl
+++ b/librpc/idl/lsa.idl
@@ -8,7 +8,7 @@ import "misc.idl", "security.idl";
[ uuid("12345778-1234-abcd-ef00-0123456789ab"),
version(0.0),
- endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\netlogon]","ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:", "ncalrpc:"),
+ endpoint("ncacn_np:[\\pipe\\lsarpc]","ncacn_np:[\\pipe\\lsass]", "ncacn_ip_tcp:", "ncalrpc:"),
pointer_default(unique),
helpstring("Local Security Authority")
] interface lsarpc