From: Michael Str?d. <str...@us...> - 2002-02-16 17:15:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:15:40 Modified files: Lib/ldap : modlist.py Log message: modifyModlist(): Use pair of ldap.MOD_DELETE and ldap.MOD_ADD change items instead of a single ldap.MOD_REPLACE item for replacing an attribute value. This is probably more robust and faster. Also it is possible now to replace attribute values even if the LDAP server does not support MOD_REPLACE in a particular entry (e.g. subschemaSubentry on Netscape DS 4.x). |