[Freeipa-devel] Fwd: [PATCH] 912 Display the value of memberOf ACIs in permission plugin.

Petr Vobornik pvoborni at redhat.com
Tue Jan 3 12:27:10 UTC 2012


On 12/07/2011 12:22 AM, Rob Crittenden wrote:
> Resending as a [PATCH]
>
I've created UI portion patch (#2101). The show command seems working 
well, but the mod command is not returning the memberof attribute after 
execution. It is needed for Web UI (if we want to support modification 
of memberof attr there). Otherwise we would have to call show command 
after each mod.

I'm blaming it on these lines in permission.py:340:
         for r in result:
             if not r.startswith('member'):
                 entry_attrs[r] = result[r]
         return dn

-- 
Petr Vobornik




More information about the Freeipa-devel mailing list