|
Bugzilla – Full Text Bug Listing |
| Summary: | KDC has no support for encryption type | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Axel Schwarzer <SchwarzerA> |
| Component: | Network | Assignee: | Samuel Cabrero <scabrero> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | chcao, samba-maintainers, SchwarzerA |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Axel Schwarzer
2024-04-10 09:00:39 UTC
Hi Samuel, would you please help to take a look at this issue? I'm not sure whether it is correct to assign it to you, please feel free to reassign whenever necessary, thanks! This is probably related to crypto-policies: > * jue feb 29 2024 Pedro Monreal <pmonreal@suse.com> > - Add crypto-policies support [bsc#1211301] > * Update krb5.conf in vendor-files.tar.bz2 > $ ls -l /etc/krb5.conf.d/crypto-policies > lrwxrwxrwx 1 root root 40 jul 1 09:51 /etc/krb5.conf.d/crypto-policies -> ../crypto-policies/back-ends/krb5.config > $ cat /etc/krb5.conf.d/crypto-policies > [libdefaults] > permitted_enctypes = aes256-cts-hmac-sha384-192 aes128-cts-hmac-sha256-128 aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 camellia256-cts-cmac camellia128-cts-cmac The default value for permitted_enctypes includes "arcfour-hmac-md5". You might need to adjust your config. Axel confirmed by mail that everything works again. |