From d9d0fef862b198f43ead20193fae8283a192af73 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 15 Feb 2011 19:08:47 +0100 Subject: s3: Add "country_code" to struct samu --- source3/include/passdb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index ac6dd21ace..5bc122e006 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -70,6 +70,7 @@ enum pdb_elements { PDB_FIELDS_PRESENT, PDB_BAD_PASSWORD_COUNT, PDB_LOGON_COUNT, + PDB_COUNTRY_CODE, PDB_UNKNOWN6, PDB_LMPASSWD, PDB_NTPASSWD, @@ -166,6 +167,8 @@ struct samu { uint16_t bad_password_count; uint16_t logon_count; + uint16_t country_code; + uint32_t unknown_6; /* 0x0000 04ec */ /* a tag for who added the private methods */ -- cgit