78f9c6a 389-ds-base crashed as part of ipa-server-intall in ipa-uuid

1 file Authored by tbordaz 6 years ago, Committed by Stanislav Laznicka 6 years ago,
    389-ds-base crashed as part of ipa-server-intall in ipa-uuid
    
    Bug Description:
    	When adding an entry, ipa-uuid plugin may generate a unique value
    	for some of its attribute.
    	If the generated attribute is part of the RDN, the target DN
    	is replaced on the fly and the previous one freed.
    	Unfortunately, previous DN may be later used instead of
    	the new one.
    
    Fix Description:
    	Make sure to use only the current DN of the operation
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1496226
    https://pagure.io/freeipa/issue/7227
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>