From owner-cvs-all Fri Jan 29 14:46:37 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24996 for cvs-all-outgoing; Fri, 29 Jan 1999 14:46:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24988; Fri, 29 Jan 1999 14:46:33 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA32411; Fri, 29 Jan 1999 14:46:33 -0800 (PST) (envelope-from brian@FreeBSD.org) Date: Fri, 29 Jan 1999 14:46:33 -0800 (PST) Message-Id: <199901292246.OAA32411@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp chap.c radius.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/01/29 14:46:31 PST Modified files: usr.sbin/ppp chap.c radius.c Log: o Send a CHAP challenge of 16 random digits when RADIUS is configured. This isn't strictly necessary according to the rfc, but it's suggested there.... o Don't forget to include our authname when sending a CHAP challenge when RADIUS is configured. o Don't supply the ``16'' representing the chap answer length to radius_Authenticate() - libradius does this for us. o When we successfully authenticate via radius_Authenticate(), continue with datalink_AuthOk() as expected. Sponsored by: Internet Business Solutions Ltd., Switzerland Revision Changes Path 1.39 +41 -38 src/usr.sbin/ppp/chap.c 1.2 +4 -3 src/usr.sbin/ppp/radius.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message