URL: https://github.com/freeipa/freeipa/pull/1018 Author: flo-renaud Title: #1018: Python3: Fix winsync replication agreement Action: opened
PR body: """ 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/4985 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1018/head:pr1018 git checkout pr1018
URL: https://github.com/freeipa/freeipa/pull/1018 Author: flo-renaud Title: #1018: Python3: Fix winsync replication agreement Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1018/head:pr1018 git checkout pr1018
freeipa-devel@lists.fedorahosted.org