]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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)
committerKarolin Seeger <kseeger@samba.org>
Fri, 12 Dec 2008 11:31:05 +0000 (12:31 +0100)
Guenther
(cherry picked from commit 9e8aa924f34c1db89151e83f3b561c043da0c994)

source/librpc/idl/samr.idl

index dd25408c329512ebaedbecec0a10cd7f2d797fdc..ef7c6f4c715867986bb2e62e738bac35a4d5b625 100644 (file)
@@ -942,8 +942,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;