856cdf8 Ticket 47393 - Attribute are not encrypted on a consumer after a full initialization

Authored and Committed by tbordaz 10 years ago
    Ticket 47393 - Attribute are not encrypted on a consumer after a full initialization
    
    Bug Description:
    	During online initialization of a replica encrypted attributes are not encrypted by the import.
    	This is because the import job flag job->encrypt is not set.
    
    Fix Description:
    	The fix consist to add the config backend attribute "nsslapd-online-import-encrypt" that is by default set to "on".
    	During online 'ldbm_back_wire_import' the config attribute is set into the pblock and set into the job->encrypt
    
    https://bugzilla.redhat.com/show_bug.cgi?id=893178
    
    Reviewed by: Rich Meggison (thanks Rich)
    
    Platforms tested: fedora 17
    
    Flag Day: no
    
    Doc impact: no