summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-24 11:04:42 +0200
committerAndreas Schneider <asn@samba.org>2013-08-05 10:30:00 +0200
commitc11a79c5a054e862f61c97093fa2ce5e5040f111 (patch)
tree16c364d36f04a4389cfe95ed7021486501575aed /source3/librpc
parenta9d5b2fdf03a25e7669258de6c83288be3335cef (diff)
downloadsamba-c11a79c5a054e862f61c97093fa2ce5e5040f111.tar.gz
samba-c11a79c5a054e862f61c97093fa2ce5e5040f111.tar.bz2
samba-c11a79c5a054e862f61c97093fa2ce5e5040f111.zip
s3: libnet_join: add admin_domain.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/libnet_join.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index 4f28bb62d5..ac0a35005b 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -21,6 +21,7 @@ interface libnetjoin
[in,ref] string *domain_name,
[in] string account_ou,
[in] string admin_account,
+ [in] string admin_domain,
[in,noprint] string admin_password,
[in] string machine_password,
[in] wkssvc_joinflags join_flags,
@@ -51,6 +52,7 @@ interface libnetjoin
[in] string domain_name,
[in] string account_ou,
[in] string admin_account,
+ [in] string admin_domain,
[in,noprint] string admin_password,
[in] string machine_password,
[in] wkssvc_joinflags unjoin_flags,