f0bcf2b Deadlock in schema compat plugin (between automember_update_membership task and dse update)

1 file Authored by tbordaz 9 years ago, Committed by pvoborni 9 years ago,
    Deadlock in schema compat plugin (between automember_update_membership task and dse update)
    
    	Defining schema-compat-ignore-subtree values for schema compat plugin config entries removes the
    	default value (ignore: cn=tasks,cn=config). This default value prevented deadlocks.
    	Schema plugin needs to scope the $SUFFIX and also any updates to its configuration.
    	This change restrict the schema compat to those subtrees. It replaces the definition of ignored subtrees
    	that would be too long for cn=config (tasks, mapping tree, replication, snmp..)
    
    https://fedorahosted.org/freeipa/ticket/4635
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>