Displaying 1 result from an estimated 1 matches for "tdb_format_newest_version".
2003 Sep 23
0
[PATCH] tdb multiple format
...(index 0).
+ The newest is the last.
+ */
+const char * TDB_FORMAT_STRING[] = {
+ "ddddddBBBBBBBBBBBBddBBwdwdBdd" , // Version 0
+ "ddddddBBBBBBBBBBBBddBBwdwdBdddd" // Version 1 (include bad password count et logon time)
+ };
+
+// Index of the most recent version
+#define TDB_FORMAT_NEWEST_VERSION 1
+
/**********************************************************************
Intialize a SAM_ACCOUNT struct from a BYTE buffer of size len
@@ -1284,6 +1300,7 @@
uint32 logon_time,
logoff_time,
kickoff_time,
+ lockout_time,
pass_last_set_time,
pass_can_change_time,
pass_must_c...