URL: https://github.com/freeipa/freeipa/pull/6008 Author: flo-renaud Title: #6008: migrate-ds: workaround to detect compat tree Action: opened
PR body: """ Migrate-ds needs to check if compat tree is enabled before migrating users and groups. The check is doing a base search on cn=compat,$SUFFIX and considers the compat tree enabled when the entry exists.
Due to a bug in slapi-nis, the base search may return NotFound even though the compat tree is enabled. The workaround is to perform a base search on cn=users,cn=compat,$SUFFIX instead.
Fixes: https://pagure.io/freeipa/issue/8984 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6008/head:pr6008 git checkout pr6008
URL: https://github.com/freeipa/freeipa/pull/6008 Author: flo-renaud Title: #6008: migrate-ds: workaround to detect compat tree Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6008/head:pr6008 git checkout pr6008
freeipa-devel@lists.fedorahosted.org