From 78e5bc76b602f9ccf49e2f139cbd1f20b458def4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2004 15:48:19 +0000 Subject: r3163: Add server side support for ncalrpc: and ncacn_unix_stream: Examples of binding strings are : ncalrpc:[EPMAPPER] ncacn_unix_stream:[/tmp/epmapper] N.B. The unix socket support in lib/socket/ appears to close and remove the socket it is listening on after the first client disconnects so until that has been fixed, it is only possible to do one ncalrpc: or ncacn_unix_stream: request per instance of smbd :-) Support for looking up NCALRPC names via the endpoint mapper will be added later. (This used to be commit 426f3e63cae3d306dcdc13ee4b655eed30057ff8) --- source4/script/tests/test_binding_string.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/script/tests') diff --git a/source4/script/tests/test_binding_string.sh b/source4/script/tests/test_binding_string.sh index 5a5e190672..8f8177cf56 100755 --- a/source4/script/tests/test_binding_string.sh +++ b/source4/script/tests/test_binding_string.sh @@ -31,6 +31,7 @@ for I in "ncacn_np:$server" \ "ncacn_np:$server[/pipe/rpcecho,sign,seal]" \ "ncacn_np:$server[,sign]" \ "ncacn_ip_tcp:$server[,sign]" \ + "ncalrpc:" \ "308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_np:$server" \ "308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_ip_tcp:$server" do -- cgit