diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-19 05:26:11 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-19 05:26:11 +0000 |
commit | a0cd1069ce4edf69d31b88f5082d940ee4d47f2c (patch) | |
tree | b68426498f77f09ac148bb40c6eceed3b8a11a8a /source4/librpc/idl | |
parent | 025236281b55a63207adcc1fa183b2ab16361764 (diff) | |
download | samba-a0cd1069ce4edf69d31b88f5082d940ee4d47f2c.tar.gz samba-a0cd1069ce4edf69d31b88f5082d940ee4d47f2c.tar.bz2 samba-a0cd1069ce4edf69d31b88f5082d940ee4d47f2c.zip |
fixed country code field in samr_UserInfo5
(This used to be commit d194247b1bac03fbe3fd8226b897fa6886c6ca4c)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 2b47abe461..4aa757da34 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -485,7 +485,8 @@ NTTIME last_logoff; uint32 units_per_week; [size_is(1260), length_is(units_per_week/8)] uint8 *logon_hours; - uint32 unknown; + uint16 bad_pwd_count; + uint16 num_logons; NTTIME last_pwd_change; NTTIME acct_expiry; uint32 acct_flags; |