{
    use esmith::util;
    my $pw = esmith::util::LdapPassword;
    $OUT .= "\$db_pass = '$pw';";
}
$db_table = 'turba_objects';

/* Allow skipping of parsing certain fields.
 * You can force fields to not be parsed by setting the field to false
 * below. */
$do_name = true;
$do_home = true;
$do_work = true;
$do_email = true;

