diff options
author | Günther Deschner <gd@samba.org> | 2008-11-29 00:29:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-12-05 14:27:02 +0100 |
commit | de443a42404a8aab47baa70a123c32435854b2eb (patch) | |
tree | 5dd35b323a38b48763fcf0b75d50d28c770eeb4f /librpc/idl | |
parent | e9269e57fce69a4ad9dcf19444e60ff3cd489d18 (diff) | |
download | samba-de443a42404a8aab47baa70a123c32435854b2eb.tar.gz samba-de443a42404a8aab47baa70a123c32435854b2eb.tar.bz2 samba-de443a42404a8aab47baa70a123c32435854b2eb.zip |
samr: fix samr_UserInfo21 (order of lm_password_set and nt_password_set).
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/samr.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/samr.idl b/librpc/idl/samr.idl index 46478ee9e8..39173e418e 100644 --- a/librpc/idl/samr.idl +++ b/librpc/idl/samr.idl @@ -959,8 +959,8 @@ import "misc.idl", "lsa.idl", "security.idl"; uint16 logon_count; uint16 country_code; uint16 code_page; - uint8 nt_password_set; uint8 lm_password_set; + uint8 nt_password_set; uint8 password_expired; uint8 unknown4; } samr_UserInfo21; |