summaryrefslogtreecommitdiff
path: root/examples/pdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-11-09 14:09:27 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-11-09 14:09:27 +0000
commit9da5e6a4da67578b6d64011dce04a4eb9361e1b3 (patch)
treec7c311b555184a7d42ff98a64f8851a70e07f856 /examples/pdb
parentb1f1bbaedea0f4fcc230a20a0297bc4bedbd7d1d (diff)
downloadsamba-9da5e6a4da67578b6d64011dce04a4eb9361e1b3.tar.gz
Add new fields bad_password_count and logon_count
(This used to be commit 58c21bc0d1e9a39e64ce7b9efd637dc776c06029)
Diffstat (limited to 'examples/pdb')
-rw-r--r--examples/pdb/mysql/mysql.dump4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/pdb/mysql/mysql.dump b/examples/pdb/mysql/mysql.dump
index 3bd6d198007..5da75f5745c 100644
--- a/examples/pdb/mysql/mysql.dump
+++ b/examples/pdb/mysql/mysql.dump
@@ -31,5 +31,7 @@ CREATE TABLE user (
logon_divs int(9),
hours_len int(9),
unknown_5 int(9),
- unknown_6 int(9)
+ unknown_6 int(9),
+ bad_password_count int(9),
+ logon_count(9)
);