> 
> Is this only a kppp problem? I cannot use a direct ppp connection to
my
> ISP as it uses CHAP authentication, which does not seem to be
supported
> by Mandrake anymore.

It should be supported in next drakxtools release. It is already in
installer:

[root@cooker perl-install]# grep CHAP any.pm
    $toreplace{kpppauth} = ${{ 'Script-based' => 0, 'PAP' => 1,
'Terminal-based' => 2, 'CHAP' => 3 }}{$modem->{auth}};
    $toreplace{papname} = ($modem->{auth} eq 'PAP' || $modem->{auth} eq
'CHAP') && $toreplace{login};
    if ($modem->{auth} eq 'PAP' || $modem->{auth} eq 'CHAP') {

 
-andrej

Reply via email to