mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
aecbfe5218
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 |
||
---|---|---|
.. | ||
encrypted_secrets | ||
kdc_test_pw_expired | ||
labdc | ||
ldap-tlsverifypeer | ||
ntlm-auth | ||
ntlmdisabled | ||
ntlmv1-restrictions | ||
README | ||
samba4.ldb.simple.ldap-tls | ||
samba-4.5-emulation |
# 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!