URL: https://github.com/freeipa/freeipa/pull/1971 Author: rcritten Title: #1971: Disable Schema Compat plugin during server upgrade Action: opened
PR body: """ If this is enabled it can cause a deadlock with SSSD trying to look up entries and it trying to get data on AD users from SSSD.
When reading the entry from LDIF try to get the camel-case nsslapd-pluginEnabled and fall back to the all lower-case nsslapd-pluginenabled if that is not found. It would be nice if the fetch function was case sensitive but this is likely overkill as it is, but better safe than blowing up.
Upon restoring it will always write the camel-case version.
https://pagure.io/freeipa/issue/6721
Signed-off-by: Rob Crittenden rcritten@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1971/head:pr1971 git checkout pr1971
URL: https://github.com/freeipa/freeipa/pull/1971 Author: rcritten Title: #1971: Disable Schema Compat plugin during server upgrade Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1971/head:pr1971 git checkout pr1971
freeipa-devel@lists.fedorahosted.org