93be966 Python3: Fix winsync replication agreement

1 file Authored by frenaud 6 years ago, Committed by stlaz 6 years ago,
    Python3: Fix winsync replication agreement
    
    When configuring a winsync replication agreement, the tool performs a search
    on AD for defaultNamingContext. The entry contains the value as a bytes, it
    needs to be decoded otherwise subsequent calls to
    DN(WIN_USER_CONTAINER, self.ad_suffix) will fail.
    
    https://pagure.io/freeipa/issue/7131
    
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>