From 9ab4d1c20b3c35aa9d0e30e86fe989321b5fd565 Mon Sep 17 00:00:00 2001 From: Vicent Guardiola Date: Thu, 1 Sep 2005 10:24:48 +0000 Subject: Remove default_tgs_enctypes, default_tkt_enctypes, permitted_enctypes from /etc/krb5.conf for winbind configuration, Buzgilla 15232 --- perl-install/authentication.pm | 3 +++ 1 file changed, 3 insertions(+) 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 = ( -- cgit v1.2.1