Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

+1 -17
-16
pkgs/servers/samba/4.x-heimdal-compat.patch
··· 1 - diff --git a/source4/kdc/kdc.c b/source4/kdc/kdc.c 2 - index bb476e1..0a407a4 100644 3 - --- a/source4/kdc/kdc.c 4 - +++ b/source4/kdc/kdc.c 5 - @@ -967,9 +967,9 @@ static void kdc_task_init(struct task_server *task) 6 - * The old behavior in the _kdc_get_preferred_key() 7 - * function is use_strongest_server_key=TRUE. 8 - */ 9 - - kdc->config->as_use_strongest_session_key = false; 10 - + kdc->config->tgt_use_strongest_session_key = false; 11 - + kdc->config->svc_use_strongest_session_key = false; 12 - kdc->config->preauth_use_strongest_session_key = false; 13 - - kdc->config->tgs_use_strongest_session_key = false; 14 - kdc->config->use_strongest_server_key = true; 15 - 16 - /* Register hdb-samba4 hooks for use as a keytab */
+1 -1
pkgs/servers/samba/4.x.nix
··· 29 29 patches = 30 30 [ ./4.x-no-persistent-install.patch 31 31 ./4.x-fix-ctdb-deps.patch 32 - ] ++ stdenv.lib.optional enableKerberos ./4.x-heimdal-compat.patch; 32 + ]; 33 33 34 34 buildInputs = 35 35 [ python pkgconfig perl libxslt docbook_xsl docbook_xml_dtd_42 /*