samba: drop heimdal compat patch to fix the build (ZHF)

This commit is contained in:
Luca Bruno 2015-07-21 18:53:55 +02:00
parent f8f0c7196e
commit 04356dc250
2 changed files with 1 additions and 17 deletions

View file

@ -1,16 +0,0 @@
diff --git a/source4/kdc/kdc.c b/source4/kdc/kdc.c
index bb476e1..0a407a4 100644
--- a/source4/kdc/kdc.c
+++ b/source4/kdc/kdc.c
@@ -967,9 +967,9 @@ static void kdc_task_init(struct task_server *task)
* The old behavior in the _kdc_get_preferred_key()
* function is use_strongest_server_key=TRUE.
*/
- kdc->config->as_use_strongest_session_key = false;
+ kdc->config->tgt_use_strongest_session_key = false;
+ kdc->config->svc_use_strongest_session_key = false;
kdc->config->preauth_use_strongest_session_key = false;
- kdc->config->tgs_use_strongest_session_key = false;
kdc->config->use_strongest_server_key = true;
/* Register hdb-samba4 hooks for use as a keytab */

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
patches = patches =
[ ./4.x-no-persistent-install.patch [ ./4.x-no-persistent-install.patch
./4.x-fix-ctdb-deps.patch ./4.x-fix-ctdb-deps.patch
] ++ stdenv.lib.optional enableKerberos ./4.x-heimdal-compat.patch; ];
buildInputs = buildInputs =
[ python pkgconfig perl libxslt docbook_xsl docbook_xml_dtd_42 /* [ python pkgconfig perl libxslt docbook_xsl docbook_xml_dtd_42 /*