1970a55 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!)
    
    (cherry picked from commit a498525a76aaafc7d2979f577d4e7a93a3158d0b)
    
    Conflicts:
    	ldap/admin/src/scripts/repl-monitor.pl.in
    
    (cherry picked from commit 44c4221d5f6ec3c7e8ca5d3452b24870f7cccf62)