Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594130 | Differences between
and this patch

Collapse All | Expand All

(-)samba-4.5.1/source4/kdc/kdc-heimdal.c (-2 / +2 lines)
Lines 373-381 Link Here
373
	 * The old behavior in the _kdc_get_preferred_key()
373
	 * The old behavior in the _kdc_get_preferred_key()
374
	 * function is use_strongest_server_key=TRUE.
374
	 * function is use_strongest_server_key=TRUE.
375
	 */
375
	 */
376
	kdc_config->as_use_strongest_session_key = false;
376
	kdc_config->tgt_use_strongest_session_key = false;
377
	kdc_config->preauth_use_strongest_session_key = false;
377
	kdc_config->preauth_use_strongest_session_key = false;
378
	kdc_config->tgs_use_strongest_session_key = false;
378
	kdc_config->svc_use_strongest_session_key = false;
379
	kdc_config->use_strongest_server_key = true;
379
	kdc_config->use_strongest_server_key = true;
380
380
381
	/* Register hdb-samba4 hooks for use as a keytab */
381
	/* Register hdb-samba4 hooks for use as a keytab */

Return to bug 594130