1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3-libnet_join: small IDL enhancement.

Guenther
This commit is contained in:
Günther Deschner 2010-07-01 01:19:39 +02:00
parent 2f9076ac29
commit eb634e8c7f
2 changed files with 2 additions and 4 deletions

View File

@ -39,8 +39,6 @@ void ndr_print_ads_auth_flags(struct ndr_print *ndr, const char *name, uint32_t
void ndr_print_ads_struct(struct ndr_print *ndr, const char *name, const struct ads_struct *r) void ndr_print_ads_struct(struct ndr_print *ndr, const char *name, const struct ads_struct *r)
{ {
if (!r) { return; }
ndr_print_struct(ndr, name, "ads_struct"); ndr_print_struct(ndr, name, "ads_struct");
ndr->depth++; ndr->depth++;
ndr_print_bool(ndr, "is_mine", r->is_mine); ndr_print_bool(ndr, "is_mine", r->is_mine);

View File

@ -28,7 +28,7 @@ interface libnetjoin
[in] boolean8 create_upn, [in] boolean8 create_upn,
[in] string upn, [in] string upn,
[in] boolean8 modify_config, [in] boolean8 modify_config,
[in] ads_struct *ads, [in,unique] ads_struct *ads,
[in] boolean8 debug, [in] boolean8 debug,
[in] boolean8 use_kerberos, [in] boolean8 use_kerberos,
[in] netr_SchannelType secure_channel_type, [in] netr_SchannelType secure_channel_type,
@ -56,7 +56,7 @@ interface libnetjoin
[in] boolean8 delete_machine_account, [in] boolean8 delete_machine_account,
[in] boolean8 modify_config, [in] boolean8 modify_config,
[in] dom_sid *domain_sid, [in] dom_sid *domain_sid,
[in] ads_struct *ads, [in,unique] ads_struct *ads,
[in] boolean8 debug, [in] boolean8 debug,
[in] boolean8 use_kerberos, [in] boolean8 use_kerberos,
[in,noprint] messaging_context *msg_ctx, [in,noprint] messaging_context *msg_ctx,