38fd8b3 wait_for_entry: use only DN as parameter

2 files Authored by mbasti 7 years ago, Committed by dkupka 7 years ago,
    wait_for_entry: use only DN as parameter
    
    Using the whole entry is not needed as parameter because only DN is used
    and it prevents easier usage of this function
    
    https://fedorahosted.org/freeipa/ticket/6588
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>