Re: [Freeipa-devel] [PATCH] 0612 permission plugin: Ignore unparseable ACIs

2014-07-01 Thread Martin Kosek
On 06/30/2014 10:38 PM, Petr Viktorin wrote: > Hello, > The new ipaAllowedOperation ACIs cannot be parsed by the ACI parser. This made > operations on ACIs on the same entry fail (because the plugin needs to go > through all ACIs on the entry, parsing out the name, until it finds one with > the cor

[Freeipa-devel] [PATCH] 0612 permission plugin: Ignore unparseable ACIs

2014-06-30 Thread Petr Viktorin
Hello, The new ipaAllowedOperation ACIs cannot be parsed by the ACI parser. This made operations on ACIs on the same entry fail (because the plugin needs to go through all ACIs on the entry, parsing out the name, until it finds one with the correct name). This fixes the issue, and adds a test