summaryrefslogtreecommitdiffstats
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-11-25 10:03:05 +1300
committerStefan Metzmacher <metze@samba.org>2014-04-02 17:12:48 +0200
commite266f610dbd421107c8a06e3ee07354456b9f521 (patch)
tree81819d90bbdaba6f7f74a76b2a0e9e7444588a12 /source4/selftest
parent05c2f83f266db208982858067680f888e637378b (diff)
downloadsamba-e266f610dbd421107c8a06e3ee07354456b9f521.tar.gz
samba-e266f610dbd421107c8a06e3ee07354456b9f521.tar.xz
samba-e266f610dbd421107c8a06e3ee07354456b9f521.zip
selftest: Add test for password lockout
Change-Id: Ia690b83f82b5ad7b02b203ffdecd2e05066b6711 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 6ee625560e0..4bf02f303bc 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -439,6 +439,7 @@ for env in ["dc", "fl2000dc", "fl2003dc", "fl2008r2dc"]:
# isn't available on DCs with Windows 2000 domain function level -
# therefore skip it in that configuration
plantestsuite("samba4.ldap.passwords.python(%s)" % env, env, [python, os.path.join(samba4srcdir, "dsdb/tests/python/passwords.py"), "$SERVER", '-U"$USERNAME%$PASSWORD"', "-W$DOMAIN"])
+ plantestsuite("samba4.ldap.password_lockout.python(%s)" % env, env, [python, os.path.join(samba4srcdir, "dsdb/tests/python/password_lockout.py"), "$SERVER", '-U"$USERNAME%$PASSWORD"', "-W$DOMAIN", "--realm=$REALM"])
planpythontestsuite("dc:local", "samba.tests.upgradeprovisionneeddc")
planpythontestsuite("plugin_s4_dc:local", "samba.tests.posixacl")