From: Vitaliyi <im...@gm...> - 2006-12-31 07:57:21
|
I found out that ldap.modify_s behaves strangely, at least from my point of view: l.modify_s(dn,[(ldap.MOD_REPLACE,'someAttr',str(whatever))]) will drop attribute, but with list ([str(whatever)]), parameter do as expected. |