|
From: <mi...@st...> - 2002-05-13 15:30:29
|
Tjabo Kloppenburg wrote: > > I'm doing some tests with python ldap. > bind and search work well, but now I'ld like to take a search result, modify a single field, > and modify the "data row" in the ldap database. > > ldap.modify() takes a dn and a modifyList, but that seems to be complicated. > Is there a way to use the search result to generate the modify list? If you only want to modify a single attribute it's probably overkill to look into (undocumented) sub module ldap.modlist. Ciao, Michael. |