[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    Bug#1345: kppp version 1.6.11 (Release 191)
From:       Eric Sellers <esellers () ica ! net>
Date:       1999-05-11 3:05:58
[Download RAW message or body]

kppp version 1.6.11 (Release 191)

in connect.cpp
 in bool ConnectWidget::execppp() {

  // PAP settings
  if(gpppdata.authMethod() == AUTH_PAP) {
    command += " -chap user ";
    command = command + "\"" + gpppdata.storedUsername() + "\"";
  }

  // CHAP settings
  if(gpppdata.authMethod() == AUTH_CHAP) {
    command += " -pap user ";
    command = command + "\"" + gpppdata.storedUsername() + "\"";
  }

Are those swapped?
AUTH_PAP is sending -chap and AUTH_CHAP is sending -pap??

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic