d116dd8 Ticket 49997 RFE: ds-replcheck could validate suffix exists and it's replicated

1 file Authored by gparente 4 years ago, Committed by mreynolds 4 years ago,
    Ticket 49997 RFE: ds-replcheck could validate suffix exists and it's replicated
    
    Bug Description:
    
    seen at customer site, as first request to ldap database is the RUV, if the suffix provided in the command line does not exist or it's not replicated, we have an error message that it's regarding the RUV:
    
    ds-replcheck -D "cn=directory manager" -w secret12 -b "o=ipaca" -r ldap://ipamaster.germanparente.local:389 -m ldap://ipareplica.germanparente.local
    Performing online report...
    Connecting to servers...
    Gathering Master's RUV...
    Error: Failed to get Master RUV entry: {'desc': 'No such object'}
    
    Fix Description:
    
    add function to validate suffix exists and it's replicated
    
    https://pagure.io/389-ds-base/issue/49997
    
    Author: German Parente <gparente@redhat.com>
    
    Review by: ???