Re: Check for write access on attributes

2010-09-06 Thread Chris Ridd
On 28 Aug 2010, at 21:03, Kilian Röhner wrote: > Hi, > > when i'm trying to modify an attribute of an entry, i am not allow to > modify, the update method gives me of course an "Insufficent Access Error". > > I want to prevent that, so my question is: How can i check _before_ > doing the modify

Re: Check for write access on attributes

2010-08-30 Thread Clément OUDOT
2010/8/28 Kilian Röhner : > Hi, > > when i'm trying to modify an attribute of an entry, i am not allow to > modify, the update method gives me of course an "Insufficent Access Error". > > I want to prevent that, so my question is: How can i check _before_ > doing the modify, if i am allowed to do i

Check for write access on attributes

2010-08-30 Thread Kilian Röhner
Hi, when i'm trying to modify an attribute of an entry, i am not allow to modify, the update method gives me of course an "Insufficent Access Error". I want to prevent that, so my question is: How can i check _before_ doing the modify, if i am allowed to do it? Or an other way: Is there a possib