#  -*- text -*-
#
#
#  $Id: 1f97dfd4d3141a884032fa1323402cb4b6dd3997 $

#######################################################################
#
#  = CHAP
#
#  This module authenticates requests containing a `CHAP-Password`
#  attribute.
#
#  NOTE: You should never send CHAP-Password in RADIUS/UDP packets.
#  CHAP is secure ONLY when used inside of TTLS.
#
#  CHAP authentication requires access to the Password.Cleartext for
#  the user.
#
#  Standard Unix system authentication or passwords encrypted via
#  `crypt()` are not compatible with CHAP.
#
#  == Configuration Settings
#
#  This module takes no configuration.
#
chap {

}
