#  -*- text -*-
#
#
#  $Id: 465e1360cc343dc9d6c072794d267cb35fd85a2c $

#######################################################################
#
#  = CHAP module
#
#  This module authenticates requests containing a `CHAP-Password` attribute.
#
#  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 {

}
