summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2021-02-13 18:20:53 +0100
committerGünther Deschner <gd@samba.org>2021-07-14 16:49:30 +0000
commit36db8faea38c5332a26c391e196e12e3de2ab9ba (patch)
tree4d475140cf45d044c71d0562400f7e25cc6d4667 /source3/librpc
parent793277c0dddba567f25c56f1982cb0c3d0888eba (diff)
downloadsamba-36db8faea38c5332a26c391e196e12e3de2ab9ba.tar.gz
s3-libnet_join: return account rid in libnet_JoinCtx
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/libnet_join.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index 018018b6dc2..2c49ec5b158 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -58,7 +58,8 @@ interface libnetjoin
[out] boolean8 domain_is_ad,
[out] uint32 set_encryption_types,
[out] string krb5_salt,
- [out,unique] netr_DsRGetDCNameInfo *dcinfo
+ [out,unique] netr_DsRGetDCNameInfo *dcinfo,
+ [out] uint32 account_rid
);
[nopush,nopull,noopnum] WERROR libnet_UnjoinCtx(