mreynolds / 389-ds-base

Forked from 389-ds-base 6 years ago
Clone

b3ca9ee Ticket 518 - dse.ldif is 0 length after server kill or machine kill

Authored and Committed by lkrispen 11 years ago
    Ticket 518 - dse.ldif is 0 length after server kill or machine kill
    
    Bug Description:  If a machine is powered off while slapd is running, dse.ldif can have 0 bytes and
                      server doesn't start even if a dse.ldif.tmp or dse.ldif.bak exists
    
    Fix Description: I see no way to prevent a 0 byte ldif in case of a machine crash from slapd code,
                     but the server should try all avaialble backup dse.ldif files to be able to start,
    
    https://fedorahosted.org/389/ticket/518
    
    Reviewed by: RichM (Thanks)
    
        
file modified
+7 -25
file modified
+39 -21