gparente / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

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

Authored and Committed by gparente 5 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: ???