diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/authentication.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 9120f74f5..e764d669c 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -125,7 +125,7 @@ sub set { my $ssl = { anonymous => 'off', simple => 'off', - ssl => 'start_tls' . "\n" . 'ssl on', + tls => 'start_tls' . "\n" . 'ssl on', kerberos => 'on', }->{$authentication->{sub_kind}}; |