]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/dcerpc/raw_protocol: fix comment in test_spnego_change_auth_type1
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Nov 2020 16:44:51 +0000 (17:44 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 10 Oct 2024 14:01:04 +0000 (14:01 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14356

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
python/samba/tests/dcerpc/raw_protocol.py

index af6562d60da923bac01fcb3333ed37b2b1cefcc7..c25c17c351a467e71a9e1871caf9ab1984f1cd81 100755 (executable)
@@ -4986,7 +4986,7 @@ class TestDCERPC_BIND(RawDCERPCTest):
         (finished, to_server) = g.update(from_server)
         self.assertFalse(finished)
 
-        # We change ctx_list and auth_level
+        # We only change auth_type
         auth_info = self.generate_auth(auth_type=dcerpc.DCERPC_AUTH_TYPE_KRB5,
                                        auth_level=auth_level,
                                        auth_context_id=auth_context_id,