mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
python:tests: let s3_net_join.py avoid kerberos_state=DONT_USE_KERBEROS
We may use ServerAuthenticateKerberos in future and that needed to use kerberos. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
This commit is contained in:
parent
14e8af1fab
commit
9a4c2280e9
@ -48,8 +48,7 @@ class NetS3JoinTests(samba.tests.TestCaseInTempDir):
|
||||
def test_net_join(self):
|
||||
netbios_name = "S3NetJoinTest"
|
||||
machinepass = "abcdefghij"
|
||||
creds = self.insta_creds(template=self.get_credentials(),
|
||||
kerberos_state=DONT_USE_KERBEROS)
|
||||
creds = self.insta_creds(template=self.get_credentials())
|
||||
s3_lp = s3param.get_context()
|
||||
s3_lp.load(self.lp.configfile)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user