{
    #----------------------------------------------------------
    # Read (and possibly create) DAP password
    #----------------------------------------------------------

    use esmith::util;
    my $pw = esmith::util::LdapPassword;
    $OUT .= "password=$pw";
}
