diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-11-11 10:38:03 +1300 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-04-02 17:12:47 +0200 |
commit | f557f82acc54d0fddf8be31bebdbc525ea80a171 (patch) | |
tree | acad6b6e7ed1b603168a5e9317079e06f8c1fe1a /selftest | |
parent | 9d5f4cabf3f491fd1c22dbc1daaad8a657d12914 (diff) | |
download | samba-f557f82acc54d0fddf8be31bebdbc525ea80a171.tar.gz |
s4-auth: Support password history correctly, including allowing NTLM logins using the old password
This is only done during a 1 hour allowed period, by default.
We only update bad password count when not one of the last 3 passwords
Andrew Bartlett
Change-Id: I76fd8010ce273a21efb55f9601d17b9978a0acf0
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 40850ab26d6..1d60314feaa 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -96,7 +96,6 @@ ^samba4.rpc.netlogon.*.GetTrustPasswords ^samba4.rpc.netlogon.*.DatabaseRedo ^samba4.rpc.netlogon.*.ServerGetTrustInfo -^samba4.rpc.samr.passwords.badpwdcount # Not provided by Samba 4 yet ^samba4.base.charset.*.Testing partial surrogate ^samba4.*.base.maximum_allowed # broken until we implement NTCREATEX_OPTIONS_BACKUP_INTENT .*net.api.delshare.* # DelShare isn't implemented yet |