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

Collapse All | Expand All

(-)source4/kdc/kdc_old.c (-2 / +2 lines)
Lines 967-975 Link Here
967
	 * The old behavior in the _kdc_get_preferred_key()
967
	 * The old behavior in the _kdc_get_preferred_key()
968
	 * function is use_strongest_server_key=TRUE.
968
	 * function is use_strongest_server_key=TRUE.
969
	 */
969
	 */
970
	kdc->config->as_use_strongest_session_key = false;
970
	kdc->config->tgt_use_strongest_session_key = false;
971
	kdc->config->preauth_use_strongest_session_key = false;
971
	kdc->config->preauth_use_strongest_session_key = false;
972
	kdc->config->tgs_use_strongest_session_key = false;
972
	kdc->config->svc_use_strongest_session_key = false;
973
	kdc->config->use_strongest_server_key = true;
973
	kdc->config->use_strongest_server_key = true;
974
974
975
	/* Register hdb-samba4 hooks for use as a keytab */
975
	/* Register hdb-samba4 hooks for use as a keytab */

Return to bug 542638