mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
s4:kdc: disable principal based autodetected referral detection
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12554 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> (cherry picked from commit 3314bf52aaef60ef5cc1110587b53064df7c475d)
This commit is contained in:
parent
b84c967eae
commit
bef55822f0
@ -379,6 +379,8 @@ static void kdc_task_init(struct task_server *task)
|
||||
kdc_config->tgs_use_strongest_session_key = false;
|
||||
kdc_config->use_strongest_server_key = true;
|
||||
|
||||
kdc_config->autodetect_referrals = false;
|
||||
|
||||
/* Register hdb-samba4 hooks for use as a keytab */
|
||||
|
||||
kdc->base_ctx = talloc_zero(kdc, struct samba_kdc_base_context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user