Re: ldap.modlist.modifyModlist() (resent to list)

2008-09-23 Thread Michael Ströder
Paul Wankadia wrote: > On Fri, Sep 19, 2008 at 6:12 PM, Michael Ströder <[EMAIL PROTECTED]> wrote: > >>> The current implementation of modifyModlist() clashed with some ACLs >>> because it touches too many values. :/ >> I don't fully understand. Do you have ACLs based on certain attribute >> value

Re: ldap.modlist.modifyModlist()

2008-09-19 Thread Michael Ströder
Paul Wankadia wrote: > The current implementation of modifyModlist() clashed with some ACLs > because it touches too many values. :/ I don't fully understand. Do you have ACLs based on certain attribute values? It would be probably a good idea to mention these issues in the docs. > Here's a repla

Re: ldap.modlist.modifyModlist() bug?

2007-12-11 Thread Michael Ströder
list - the result > being that nothing gets updated. > > Here's some examples: > > modlist = ldap.modlist.modifyModlist({"givenName": "Fred"}, {"givenName": > "Bob"}) > print str(modlist) > [(1, 'givenName', None), (0, &

ldap.modlist.modifyModlist() bug?

2007-12-10 Thread Craig Balfour
I've been using ldap.compare_s(), ldap.modlist.modifyModlist() and ldap_modify_s() to keep an OpenLDAP database up to date from an external datasource. I've just noticed, however, that when the old and new entry consist of the same characters but in a different order (as occurs whe