Rahul Amaram wrote:
> I am looking for something like this.
> 
> dn: cn=User1,dc=example,dc=com
> changetype: modify
> replace: mail
> mail: us...@example.com
> 
> dn: cn=User2,dc=example,dc=com
> changetype: modify
> replace: mail
> mail: us...@example.com
> 
> dn: cn=User3,dc=example,dc=com
> changetype: modify
> replace: mail
> mail: us...@example.com
> 
> 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
Python-LDAP-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/python-ldap-dev

Reply via email to