#  -*- text -*-
#
#
#  $Id: af7157beaef13a6d8cf580dd2fcd172287123158 $

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

}
