diff options
author | Günther Deschner <gd@samba.org> | 2008-10-21 10:23:14 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-27 19:33:22 +0100 |
commit | ea886864190e7d3bb9f58260ec854489c4642c86 (patch) | |
tree | c8a944e59d1db1591985df3214f7cead802cfe62 /source4/librpc/idl | |
parent | 36725ec0b4b5fae83404d9b8d97252d0606989fc (diff) | |
download | samba-ea886864190e7d3bb9f58260ec854489c4642c86.tar.gz samba-ea886864190e7d3bb9f58260ec854489c4642c86.tar.bz2 samba-ea886864190e7d3bb9f58260ec854489c4642c86.zip |
s4-lsa: merge lsa_QueryTrustedDomainInfoByName from s3 lsa idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 3803100785..9af5fcffd4 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -897,9 +897,9 @@ import "misc.idl", "security.idl"; /* Function 0x30 */ NTSTATUS lsa_QueryTrustedDomainInfoByName( [in] policy_handle *handle, - [in] lsa_String trusted_domain, + [in,ref] lsa_String *trusted_domain, [in] lsa_TrustDomInfoEnum level, - [out,unique,switch_is(level)] lsa_TrustedDomainInfo *info + [out,ref,switch_is(level)] lsa_TrustedDomainInfo **info ); /**********************/ |