git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9269e5
)
samr: fix samr_UserInfo21 (order of lm_password_set and nt_password_set).
author
Günther Deschner
<gd@samba.org>
Fri, 28 Nov 2008 23:29:47 +0000
(
00:29
+0100)
committer
Günther Deschner
<gd@samba.org>
Fri, 5 Dec 2008 13:27:02 +0000
(14:27 +0100)
Guenther
librpc/idl/samr.idl
patch
|
blob
|
history
diff --git
a/librpc/idl/samr.idl
b/librpc/idl/samr.idl
index 46478ee9e87d363c9616d97cbfe87b4c072cfefd..39173e418e3be8f33c6707daeb187a9480d304e1 100644
(file)
--- 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;