dsdb/tests: add test_login_basics_simple()
authorStefan Metzmacher <metze@samba.org>
Fri, 4 Mar 2022 20:53:06 +0000 (21:53 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 Mar 2022 09:46:31 +0000 (09:46 +0000)
commit0da8b2b368321d57368424374bd9c8d0536900ac
tree71c272756c80f91d564f684e47247d5a7dbedece
parentec84a7acfcc92cf5e722bac7113e7a071f934ff4
dsdb/tests: add test_login_basics_simple()

This demonstrates that 'old password allowed period' also
applies to LDAP simple binds and not only to GSS-SPNEGO/NTLMSSP binds.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13879
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15001

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 3625d1381592f7af8ec14715c6c2dfa4d9f02676)
selftest/knownfail.d/samba4.ldap.login_basics [new file with mode: 0644]
source4/dsdb/tests/python/login_basics.py