Hi Archie,

Archie Cobbs wrote:
Michael- did you test PPTP+MPPE, non-RADIUS, 128 bit, client side?
Server side and client side may behave differently, etc.
The problem occured only if you are used mpd client side.
The new bund->msPassword was empty. I attached a patch wich should solve the problem.

bye,
--
------------------------------- -------------------------------------
Michael Bretterklieber - [EMAIL PROTECTED]
JAWA Management Software GmbH - http://www.jawa.at
Liebenauer Hauptstr. 200 -------------- privat ---------------
A-8041 GRAZ GSM: ++43-(0)676-93 96 698
Tel: ++43-(0)316-403274-12 E-mail: [EMAIL PROTECTED]
Fax: ++43-(0)316-403274-10 http://www.bretterklieber.com
------------------------------- -------------------------------------
"...the number of UNIX installations has grown to 10, with more
expected..." - Dennis Ritchie and Ken Thompson, June 1972
--- chap.c.orig Mon Feb 10 21:12:13 2003
+++ chap.c      Mon Feb 10 21:14:34 2003
@@ -413,6 +413,8 @@
          }
          break;
        }
+       if (chap->xmit_alg == CHAP_ALG_MSOFT || chap->xmit_alg == CHAP_ALG_MSOFTv2) 
+         strlcpy(bund->msPassword, auth.password, sizeof(bund->msPassword));        
 
        /* Build response packet */
        if (chap->resp)


Reply via email to