1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

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>
This commit is contained in:
Günther Deschner 2008-09-24 11:04:42 +02:00 committed by Andreas Schneider
parent a9d5b2fdf0
commit c11a79c5a0

View File

@ -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,