Fix deployment of Samba AD DC with MIT Kerberos

When DES encryption is not supported in MIT Kerberos, deployment of
Samba AD DC fails with

"ERROR(ldb): uncaught exception - setup_kerberos_keys: generation of a
des-cbc-md5 key failed: Bad encryption type"

Fix it by not using DES encryption types in MIT build.

Resolves #1757071
This commit is contained in:
Alexander Bokovoy 2019-10-27 13:31:38 +02:00
parent a744fc0117
commit 03a27a2599
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# ctdb is enabled by default, you can disable it with: --without clustering
%bcond_without clustering
%define main_release 0
%define main_release 1
%define samba_version 4.11.1
%define talloc_version 2.2.0
@ -3466,6 +3466,9 @@ fi
%endif # with_clustering_support
%changelog
* Sun Oct 27 2019 Alexander Bokovoy <abokovoy@redhat.com> - 4.11.1-1
- resolves: #1757071 - Deploy new samba DC fails
* Fri Oct 18 2019 Guenther Deschner <gdeschner@redhat.com> - 4.11.1-0
- Update to Samba 4.11.1