summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-15 19:08:47 +0100
committerVolker Lendecke <vl@samba.org>2011-02-15 21:12:22 +0100
commitd9d0fef862b198f43ead20193fae8283a192af73 (patch)
tree607e2c42aa43f199dd9cd4a16e24e40c597e7ac1 /source3/include/passdb.h
parentfbcdef82687ddcb7a1dc3d229d048ca005dc7c1b (diff)
downloadsamba-d9d0fef862b198f43ead20193fae8283a192af73.tar.gz
samba-d9d0fef862b198f43ead20193fae8283a192af73.tar.bz2
samba-d9d0fef862b198f43ead20193fae8283a192af73.zip
s3: Add "country_code" to struct samu
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h3
1 files changed, 3 insertions, 0 deletions
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 */