diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-06 06:34:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:26 -0500 |
commit | 678038a0f25e256acc948845a29b2d25faed69de (patch) | |
tree | 6f70088a22145a1705ad4f9ba129fd5f496b6118 /source4/librpc/idl/netlogon.idl | |
parent | e3fd8743417a655a478f49dd76f7cae6245f150b (diff) | |
download | samba-678038a0f25e256acc948845a29b2d25faed69de.tar.gz samba-678038a0f25e256acc948845a29b2d25faed69de.tar.bz2 samba-678038a0f25e256acc948845a29b2d25faed69de.zip |
r4552: use samr_AcctFlags in netlogon.idl
metze
(This used to be commit 3e224575e58436fef71897e62f57bfcf120c0da8)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index ca867a265c..85ff0b714c 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -16,6 +16,8 @@ interface netlogon { + declare bitmap samr_AcctFlags; + typedef [public] struct { [value(strlen_m(r->string)*2)] uint16 size; [value(r->size)] uint16 length; @@ -162,7 +164,7 @@ interface netlogon netr_String domain; dom_sid2 *domain_sid; netr_LMSessionKey LMSessKey; - uint32 acct_flags; + samr_AcctFlags acct_flags; uint32 unknown[7]; } netr_SamBaseInfo; @@ -351,7 +353,7 @@ interface netlogon uint16 logon_count; NTTIME last_password_change; NTTIME acct_expiry; - uint32 acct_flags; + samr_AcctFlags acct_flags; samr_Password lmpassword; samr_Password ntpassword; bool8 nt_password_present; |