cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

6878a6c Ticket 48215 - verify_db.pl doesn't verify DB specified by -a option

Authored and Committed by mreynolds 8 years ago
    Ticket 48215 - verify_db.pl doesn't verify DB specified by -a option
    
    Bug Description:  verify_db.pl -a only uses the db location for
                      checking the transaction logs, because it ends up
                      calling "nsslapd dbverify" which only checks the
                      db files in the server configuration.
    
    Fix Description:  Allow a new argument to be passed to "nsslapd dbverify"
                      that specifies the db parent directory.
    
    https://fedorahosted.org/389/ticket/48215
    
    Reviewed by: nhosoi(Thanks!)
    
    (cherry picked from commit 27fadb75ec1f3b252028ce715cd7fa16da1f6525)
    
    Conflicts:
    	ldap/servers/slapd/pblock.c
    
        
file modified
+13 -5
file modified
+10 -0
file modified
+2 -0
file modified
+3 -0