a498525 Ticket 47862 - repl-monitor fails to convert "*" to default values

Authored and Committed by mreynolds 9 years ago
    Ticket 47862 - repl-monitor fails to convert "*" to default values
    
    Bug Description:  When specifying the "connection" parameters, you are
                      allowed to use asterisks to signify default values.
                      This was not properly checked in the script, and the
                      the default values were not applied.
    
    Fix Description:  Properly check for "*" for the bind dn, bind password,
                      and certdir.
    
    https://fedorahosted.org/389/ticket/47862
    
    Reviewed by: nhosoi(Thanks!)