]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Remove incorrect functional level check
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 18 Oct 2023 01:06:42 +0000 (14:06 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 19 Oct 2023 21:37:36 +0000 (21:37 +0000)
RBCD has no relevance to a method called _tgs().

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/conditional_ace_tests.py

index 86a281b8f51a8293156e5bbbb0298f13854fe997..d3caa1b030004c76a52c6ba41729a3809539644c 100755 (executable)
@@ -2742,11 +2742,6 @@ class ConditionalAceTests(ConditionalAceBaseTests):
             self.assertIsNot(code, CRASHES_WINDOWS)
 
         samdb = self.get_samdb()
-        functional_level = self.get_domain_functional_level(samdb)
-
-        if functional_level < dsdb.DS_DOMAIN_FUNCTION_2008:
-            self.skipTest('RBCD requires FL2008')
-
         domain_sid_str = samdb.get_domain_sid()
 
         client_creds = self.get_cached_creds(