On 9/9/20 9:17 AM, Rob Crittenden wrote:
Scott Serr via FreeIPA-users wrote:
My environment is: CentOS 8.2, FreeIPA 4.8.4, single instance, no clients

My minimal test case plugin looks like this:

user.takes_params += (
     Str('useraffiliation?',
         cli_name = 'useraffiliation',
         label = _('User Affiliation'),
     ),
)
user.default_attributes.append('useraffiliation')

Say I modify the label. That change isn't shown in IPA cli:
ipa user-find foo --all

Then about an hour later (go eat dinner) then the label has changed.

Restarting the ipa service, another kinit, even rebooting doesn't hurry
this process along.

2 Questions:
1. What is causing this delay in reflecting my changes?
2. Is there a way to force my changes to be reflected right away?

It's probably the cached schema in ~/.cache/ipa/schema/. You can safely
remove that at any time and it will be retrieved upon the next ipa command.

rob

Thank you Rob and Alexander!  Yes, that was the problem.

A small follow on:

I see the custom attribute fine with the admin user doing "ipa user-find foo --all" but other users even with all permission cannot see the new custom attribute.  (even with --all)  Any ideas?

_______________________________________________
FreeIPA-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]

Reply via email to