{
   if (($radiusd{'PAP'} || 'disabled') eq 'enabled')
   {
      push(@authModules, "\tAuth-Type PAP\{\n\t\tpap\n\t\}\n");
      $OUT = '';
   }
}
