1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/selftest/expectedfail.d
Andrew Bartlett aecbfe5218 python/samba/tests/krb5: Add tests for password expiry with krb5 ENC-TS
This augments the PKINIT based tests to show this is correctly handled
for the fare more usual case.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: David Mulder <dmulder@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Jun 13 00:45:36 UTC 2024 on atb-devel-224
2024-06-13 00:45:36 +00:00
..
encrypted_secrets selftest: Fix code spelling 2024-02-08 03:51:51 +00:00
kdc_test_pw_expired python/samba/tests/krb5: Add tests for password expiry with krb5 ENC-TS 2024-06-13 00:45:36 +00:00
labdc
ldap-tlsverifypeer selftest: move some more expected failures to expectedfail.d 2024-04-10 06:15:46 +00:00
ntlm-auth selftest/knownfail: move some parts to expectedfail.d/ntlm-auth 2023-12-10 21:24:38 +00:00
ntlmdisabled selftest/knownfail: move more parts to expectedfail.d/ntlm-auth 2023-12-10 21:24:38 +00:00
ntlmv1-restrictions selftest/knownfail.d: move ntlmv1-restrictions to expectedfail.d 2023-12-10 21:24:38 +00:00
README
samba4.ldb.simple.ldap-tls s4:selftest: also test samba4.ldb.simple.ldap with starttls and SASL-BIND 2024-04-23 23:50:34 +00:00
samba-4.5-emulation selftest/knownfail.d: move samba-4.5-emulation to expectedfail.d 2023-12-10 21:24:38 +00:00

# Files in this directory contain lists of regular expressions
# matching the names of tests that are *necessarily* expected to fail.
#
# "make test" will not report failures for tests listed here and will
# consider a successful run for any of these tests an error.
#
# They differ from the knownfail tests (selftest/knownfail.d) in that
# the lack of failure here is definitely a problem. The knownfail
# tests might be fixed one day, even accidentally, but these ones will
# not.
#
# Before adding tests here, consider rewriting the test so that the
# expected result is a failure. The tests in here are typically
# testing the use of some protocol or feature on a server that has
# that feature turned off. The same tests will also be run against
# another server where they do not fail. The downside of this method
# is we don't know that these expected fail tests are failing in the
# right way.
#
# Empty lines and lines beginning with '#' are ignored.
#
# Please don't add tests to this README!