diff options
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r-- | perl-install/authentication.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index be861cc81..4fcf600d2 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -516,6 +516,9 @@ sub configure_krb5_for_AD { default_realm => $uc_domain, dns_lookup_realm => $authentication->{AD_server} ? 'false' : 'true', dns_lookup_kdc => $authentication->{AD_server} ? 'false' : 'true', + default_tgs_enctypes => undef, + default_tkt_enctypes => undef, + permitted_enctypes => undef, )); my @sections = ( |