From: <mi...@st...> - 2002-12-18 16:01:24
|
Ganesan R wrote: > add(dn, modlist) > add_s(dn, modlist) > > Performs an LDAP add operation on dn. The dn argument is the distinguished > name (DN) of the entry to add, and addlist is a list of attributes to be > added. The modlist is similar the one passed to modify(), except that the > operation integer is omitted from the tuples in modlist. You might want to > look into sub-module ldap.modlist for generating the modlist. Ok. Ciao, Michael. |