]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samr: fix samr_UserInfo18, lm/nt pwd mixup.
authorGünther Deschner <gd@samba.org>
Fri, 5 Dec 2008 11:40:19 +0000 (12:40 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 12 Dec 2008 11:30:59 +0000 (12:30 +0100)
Guenther
(cherry picked from commit 299190ee53bc024abb832dfd6a832c4a756b99ee)

source/librpc/idl/samr.idl

index 095965f7d7f0ce159f10daa1133a11087fb9852c..991b4f55dd4cfa42e6d4fa329755830dd2c68776 100644 (file)
@@ -863,10 +863,10 @@ import "misc.idl", "lsa.idl", "security.idl";
        } samr_Password;
 
        typedef struct {
-               samr_Password lm_pwd;
                samr_Password nt_pwd;
-               boolean8 lm_pwd_active;
+               samr_Password lm_pwd;
                boolean8 nt_pwd_active;
+               boolean8 lm_pwd_active;
                uint8 password_expired;
        } samr_UserInfo18;