The nightly test test_smb is failing in rawhide, see PR #1046 with the following logs and report: - test_integration/test_smb.py::TestSMB::test_smb_access_for_ipa_user_at_ipa_client - test_integration/test_smb.py::TestSMB::test_smb_access_for_ad_user_at_ipa_client - test_integration/test_smb.py::TestSMB::test_smb_mount_and_access_by_different_users - test_integration/test_smb.py::TestSMB::test_samba_reinstall
test_smb
test_integration/test_smb.py::TestSMB::test_smb_access_for_ipa_user_at_ipa_client
test_integration/test_smb.py::TestSMB::test_smb_access_for_ad_user_at_ipa_client
test_integration/test_smb.py::TestSMB::test_smb_mount_and_access_by_different_users
test_integration/test_smb.py::TestSMB::test_samba_reinstall
All the failures are similar:
RUN ['su', '-l', 'testuser@ad.test', '-c', 'cd /mnt/smb; smbclient -k //client1.ipa.test/homes -c dir'] WARNING: The option -k|--kerberos is deprecated! Usage: smbclient [-?EgqBNPV] [-?|--help] [--usage] [-M|--message=HOST]
The failures were introduced with a new samba update, samba-client-4.15.0-0.0.rc1.fc35.x86_64
The test needs to be updated and use the new option --use-kerberos=required|desired|off when calling smbclient as described in Samba 4.15 wiki
--use-kerberos=required|desired|off
smbclient
Metadata Update from @fcami: - Issue assigned to fcami
Metadata Update from @fcami: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/5907
master:
ipa-4-9:
Metadata Update from @fcami: - Custom field changelog adjusted to As of Samba 4.15rc1, smbclient does not accept "-k" anymore. The "-k|--kerberos" option ("Try to authenticate with kerberos.") has been replaced with "--use-kerberos=required|desired|off".
Metadata Update from @fcami: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.