]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Understand the following Microsoft Vendor Specific RADIUS attributes:
authorBrian Somers <brian@FreeBSD.org>
Wed, 12 Jun 2002 00:33:17 +0000 (00:33 +0000)
committerBrian Somers <brian@FreeBSD.org>
Wed, 12 Jun 2002 00:33:17 +0000 (00:33 +0000)
commit8fb5ef5ae251ef93241d86ae22432bf7a13d5289
treed492060e826fff36baae2f94497a23630e59bb9e
parent628e6cd45f03e625c2a48a645533ea28745c60d4
Understand the following Microsoft Vendor Specific RADIUS attributes:

  RAD_MICROSOFT_MS_MPPE_ENCRYPTION_POLICY
  RAD_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES
  RAD_MICROSOFT_MS_MPPE_RECV_KEY
  RAD_MICROSOFT_MS_MPPE_SEND_KEY

These attributes may be supplied by a RADIUS server when MSCHAPv2 is
used to authenticate.

It *should* now be possible to build ppp with -DNODES and still support
CHAP/MSCHAP/MSCHAPv2/MPPE via a RADIUS server, but the code isn't yet
smart enough to do that (building with -DNODES just looses these
facilities).

Sponsored by: Monzoon
usr.sbin/ppp/ccp.c
usr.sbin/ppp/ccp.h
usr.sbin/ppp/deflate.c
usr.sbin/ppp/mppe.c
usr.sbin/ppp/ppp.8.m4
usr.sbin/ppp/pred.c
usr.sbin/ppp/radius.c
usr.sbin/ppp/radius.h