From: Michael Str?d. <str...@us...> - 2002-09-18 14:04:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/18 07:04:47 Modified files: Lib/ldap : modlist.py Log message: Replace an attribute value by deleting it completely and re-add the whole attribute value list. This is necessary to make it work with attributes for which no matching rules are implemented. The caveat is that it might trigger mor attribute indexing depending on LDAP server implementation. |