adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

db792db Trac Ticket #466 - entry_apply_mod - ADD: Failed to set

Authored and Committed by Noriko Hosoi 11 years ago
    Trac Ticket #466 - entry_apply_mod - ADD: Failed to set
        unhashed#user#password to extension
    
    https://fedorahosted.org/389/ticket/466
    
    Bug Description: If changes are stuck in the chagnelog and the
    server is restarted, the changes are being replicated as soon
    as plugin_startall is called.  At the point, the entry extension
    has to be already initialized.
    
    Fix Description: The entry extension initialization which used
    to be called in pw_init.  Now it is moved to just before
    plugin_startall in main.
    (cherry picked from commit 91d98369a214a45cd5c8ed716a55ccaf063c6f1d)
    
        
file modified
+7 -0
file modified
+2 -1