From 9a480b0cc1f1a7689be816fcf40896b633cb0ba8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 1 Jul 2004 02:57:48 +0000 Subject: fix typo --- perl-install/authentication.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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}}; -- cgit v1.2.1