Rahul Amaram wrote: > I am looking for something like this. > > dn: cn=User1,dc=example,dc=com > changetype: modify > replace: mail > mail: [email protected] > > dn: cn=User2,dc=example,dc=com > changetype: modify > replace: mail > mail: [email protected] > > dn: cn=User3,dc=example,dc=com > changetype: modify > replace: mail > mail: [email protected] > > I want to make all the above changes with a single function call. Is > this possible
No. > or should I call modify_s once for each dn entry? Yes. Ciao, Michael. ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Python-LDAP-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/python-ldap-dev
