diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-02 15:19:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:27 -0500 |
commit | bd638ea71c91d8c0a37eb59343ae561a260461c3 (patch) | |
tree | 44c22dc038c7d48a02e4ccb712c7160df444c79e /source4/librpc/idl | |
parent | d70232a747eee67624ea8798e0459674031ead1c (diff) | |
download | samba-bd638ea71c91d8c0a37eb59343ae561a260461c3.tar.gz samba-bd638ea71c91d8c0a37eb59343ae561a260461c3.tar.bz2 samba-bd638ea71c91d8c0a37eb59343ae561a260461c3.zip |
r6577: Make test works without installation now.
Running as a non-root user using socket_wrapper is possible by simple
export SOCKET_WRAPPER_DIR before running 'make test'
(This used to be commit 6d93fcc407cfd98e42045c65456cfb0c45f0ff1a)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 2 | ||||
-rw-r--r-- | source4/librpc/idl/rot.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index a35b9c47a3..7881e47fe6 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -12,7 +12,7 @@ http://www.opengroup.org/onlinepubs/9629399/chap6.htm#tagcjh_11_02_03_01: bindin uuid("e1af8308-5d1f-11c9-91a4-08002b14a0fa"), version(3.0), endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]", - "ncalrpc:[EPMAPPER]", "ncacn_unix_stream:[/tmp/epmapper]"), + "ncalrpc:[EPMAPPER]"), helpstring("EndPoint Mapper"), pointer_default(unique) ] diff --git a/source4/librpc/idl/rot.idl b/source4/librpc/idl/rot.idl index aa257dcf2f..fd9fd42467 100644 --- a/source4/librpc/idl/rot.idl +++ b/source4/librpc/idl/rot.idl @@ -6,7 +6,7 @@ pointer_default(unique), depends(orpc), endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]", - "ncalrpc:[EPMAPPER]", "ncacn_unix_stream:[/tmp/epmapper]") + "ncalrpc:[EPMAPPER]") ] interface rot { WERROR rot_add ( |