{
    $OUT .= "";
    if ($AccessType eq "dialup")
    {
	$OUT .= "\"${DialupUserAccount}\"";
	$OUT .= "\t*\t\"${DialupUserPassword}\"";
    }
}
