Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 1999 14:46:33 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp chap.c radius.c
Message-ID:  <199901292246.OAA32411@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901292246.OAA32411>