summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-02-04 10:22:25 +0000
committerVolker Lendecke <vl@samba.org>2014-02-10 13:24:09 +0100
commit41ff0f4454ef23d0ac3e31560d78a2b966769fea (patch)
tree856ee12568cd2810b675febf6092d1d6f1ee5607 /source4/librpc/idl
parent6b04558c5e0547a807ac0fcb5eeb1085cfe602ac (diff)
downloadsamba-41ff0f4454ef23d0ac3e31560d78a2b966769fea.tar.gz
samba-41ff0f4454ef23d0ac3e31560d78a2b966769fea.tar.xz
samba-41ff0f4454ef23d0ac3e31560d78a2b966769fea.zip
winbind4: Remove unused winbind_get_idmap irpc operation
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Feb 10 13:24:09 CET 2014 on sn-devel-104
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/winbind.idl24
1 files changed, 2 insertions, 22 deletions
diff --git a/source4/librpc/idl/winbind.idl b/source4/librpc/idl/winbind.idl
index f9bccb87c5c..f79eba755e4 100644
--- a/source4/librpc/idl/winbind.idl
+++ b/source4/librpc/idl/winbind.idl
@@ -4,10 +4,10 @@
#include "idl_types.h"
-import "netlogon.idl", "lsa.idl", "security.idl", "idmap.idl";
+import "netlogon.idl";
[
- uuid("245f3e6b-3c5d-6e21-3a2d-2a3d645b7221"),
+ uuid("b875118e-47a3-4210-b5f7-c240cce656b2"),
version(1.0),
pointer_default(unique)
]
@@ -16,15 +16,6 @@ interface winbind
typedef [switch_type(uint16)] union netr_LogonLevel netr_LogonLevel;
typedef [switch_type(uint16)] union netr_Validation netr_Validation;
- /* a call to get runtime informations */
- void winbind_information(/* TODO */);
-
- /*
- * a call to trigger some internal events,
- * for use in torture tests...
- */
- NTSTATUS winbind_remote_control(/* TODO */);
-
/*
* do a netr_LogonSamLogon() against the right DC
*/
@@ -36,17 +27,6 @@ interface winbind
[out] uint8 authoritative
);
- typedef [v1_enum] enum {
- WINBIND_IDMAP_LEVEL_SIDS_TO_XIDS = 1,
- WINBIND_IDMAP_LEVEL_XIDS_TO_SIDS = 2
- } winbind_get_idmap_level;
-
- NTSTATUS winbind_get_idmap(
- [in] winbind_get_idmap_level level,
- [in] uint32 count,
- [in,out] [size_is(count)] id_map ids[]
- );
-
NTSTATUS winbind_DsrUpdateReadOnlyServerDnsRecords(
[in,unique] [string,charset(UTF16)] uint16 *site_name,
[in] uint32 dns_ttl,