summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-13 07:57:27 +1000
committerGünther Deschner <gd@samba.org>2010-05-18 17:17:43 +0200
commit864a95fd9c2dc74f2612478e7b7784c9abc37257 (patch)
tree14d75a2c3941738a9c6249c08083c1e995a583ac /source3/librpc/idl
parentf5f184a77cfe83498d6e55f10fdf79ca37229696 (diff)
downloadsamba-864a95fd9c2dc74f2612478e7b7784c9abc37257.tar.gz
samba-864a95fd9c2dc74f2612478e7b7784c9abc37257.tar.bz2
samba-864a95fd9c2dc74f2612478e7b7784c9abc37257.zip
s3:winbind use no_srv_register to avoid needing rpc_srv_register
This pidl attribute avoids the need for this dummy function, which helps s3compat. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/wbint.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index 432d59e086..2fd3e8815a 100644
--- a/source3/librpc/idl/wbint.idl
+++ b/source3/librpc/idl/wbint.idl
@@ -6,7 +6,8 @@ import "lsa.idl", "netlogon.idl";
endpoint("ncalrpc:"),
pointer_default(unique),
version(1.0),
- helpstring("winbind parent-child protocol")
+ helpstring("winbind parent-child protocol"),
+ no_srv_register
]
interface wbint
{