summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/netlogon.idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-07-12 12:25:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:20:13 -0500
commit59d17eee38f723a533291e00e0c1cd14cd49aae6 (patch)
tree3752e9d265fc57d63849028dbd443f098f3e6ab5 /source4/librpc/idl/netlogon.idl
parentfc5a0c4c46ba5718ac0c6489aa733060be1fa9ef (diff)
downloadsamba-59d17eee38f723a533291e00e0c1cd14cd49aae6.tar.gz
samba-59d17eee38f723a533291e00e0c1cd14cd49aae6.tar.bz2
samba-59d17eee38f723a533291e00e0c1cd14cd49aae6.zip
r8375: - move from netr_StringLarge to lsa_StringLarge
- we need to use lsa_StringLarge in lsa_DnsDomainInfo, to make windows clients happy metze (This used to be commit 044d18f85f82b4ab5d71a6ae366052af0dbe8e7e)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r--source4/librpc/idl/netlogon.idl10
1 files changed, 2 insertions, 8 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index 1089784ce1..7f7b9c5caa 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -19,12 +19,6 @@ interface netlogon
{
declare bitmap samr_AcctFlags;
- typedef struct {
- [value(2*strlen_m(string))] uint16 length;
- [value(2*(strlen_m(string)+1))] uint16 size;
- [flag(STR_NOTERM|STR_SIZE4|STR_LEN4|STR_LARGE_SIZE)] string *string;
- } netr_StringLarge;
-
/*****************/
/* Function 0x00 */
@@ -164,8 +158,8 @@ interface netlogon
samr_RidWithAttributeArray groups;
uint32 user_flags;
netr_UserSessionKey key;
- netr_StringLarge logon_server;
- netr_StringLarge domain;
+ lsa_StringLarge logon_server;
+ lsa_StringLarge domain;
dom_sid2 *domain_sid;
netr_LMSessionKey LMSessKey;
samr_AcctFlags acct_flags;