#  -*- text -*-
#
#
#  $Id: b540f4356673c03c72341678f27363dfc223d848 $

#######################################################################
#
#  = CHAP
#
#  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 {

}
