URL: https://github.com/freeipa/freeipa/pull/5935 Author: rcritten Title: #5935: Don't assume that plugin attributes and objectclasses are lowercase Action: opened
PR body: """ Don't assume that plugin attributes and objectclasses are lowercase
A user wrote their own plugin to add custom attributes which was failing with an incorrect error that the attribute wasn't allowed.
It wasn't allowed because it wasn't being treated as case-insensitive so wasn't being found in the schema.
https://pagure.io/freeipa/issue/8415
Signed-off-by: Rob Crittenden rcritten@redhat.com
**NOTE**: the new test file is not yet integrated into PR-CI. I think this is fine testing as part of the nightlies and not as gating but I'm open to suggestions.
"""
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5935/head:pr5935 git checkout pr5935
URL: https://github.com/freeipa/freeipa/pull/5935 Author: rcritten Title: #5935: Don't assume that plugin attributes and objectclasses are lowercase Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5935/head:pr5935 git checkout pr5935
freeipa-devel@lists.fedorahosted.org