diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-24 15:48:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:28 -0500 |
commit | 78e5bc76b602f9ccf49e2f139cbd1f20b458def4 (patch) | |
tree | 529bd5985200a637b7f0c88f828e2eabea881b18 /source4/script/tests/test_binding_string.sh | |
parent | 40c5a1d99fba2144fc3b5d4d8ed5959a269600ca (diff) | |
download | samba-78e5bc76b602f9ccf49e2f139cbd1f20b458def4.tar.gz samba-78e5bc76b602f9ccf49e2f139cbd1f20b458def4.tar.bz2 samba-78e5bc76b602f9ccf49e2f139cbd1f20b458def4.zip |
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)
Diffstat (limited to 'source4/script/tests/test_binding_string.sh')
-rwxr-xr-x | source4/script/tests/test_binding_string.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |