diff options
author | Günther Deschner <gd@samba.org> | 2010-07-01 01:19:39 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-01 21:19:52 +0200 |
commit | eb634e8c7fcce424186514a8e0a8a799d6e7fc8d (patch) | |
tree | aa20750f54e73128444db46118e4c805054b177a /source3/librpc/idl | |
parent | 2f9076ac29904c98e1a794d04c79db637283f888 (diff) | |
download | samba-eb634e8c7fcce424186514a8e0a8a799d6e7fc8d.tar.gz samba-eb634e8c7fcce424186514a8e0a8a799d6e7fc8d.tar.bz2 samba-eb634e8c7fcce424186514a8e0a8a799d6e7fc8d.zip |
s3-libnet_join: small IDL enhancement.
Guenther
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/libnet_join.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl index 9984e9eee6..b67400c7c1 100644 --- a/source3/librpc/idl/libnet_join.idl +++ b/source3/librpc/idl/libnet_join.idl @@ -28,7 +28,7 @@ interface libnetjoin [in] boolean8 create_upn, [in] string upn, [in] boolean8 modify_config, - [in] ads_struct *ads, + [in,unique] ads_struct *ads, [in] boolean8 debug, [in] boolean8 use_kerberos, [in] netr_SchannelType secure_channel_type, @@ -56,7 +56,7 @@ interface libnetjoin [in] boolean8 delete_machine_account, [in] boolean8 modify_config, [in] dom_sid *domain_sid, - [in] ads_struct *ads, + [in,unique] ads_struct *ads, [in] boolean8 debug, [in] boolean8 use_kerberos, [in,noprint] messaging_context *msg_ctx, |