samr: fix samr_UserInfo21 (order of lm_password_set and nt_password_set).
authorGünther Deschner <gd@samba.org>
Fri, 28 Nov 2008 23:29:47 +0000 (00:29 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 5 Dec 2008 13:27:02 +0000 (14:27 +0100)
Guenther

librpc/idl/samr.idl

index 46478ee9e87d363c9616d97cbfe87b4c072cfefd..39173e418e3be8f33c6707daeb187a9480d304e1 100644 (file)
@@ -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;