Re: Modifying multiple dns with a single function call

2011-03-18 Thread Michael Ströder
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 > cha

Re: Modifying multiple dns with a single function call

2011-03-18 Thread Rahul Amaram
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...@exampl

Re: Modifying multiple dns with a single function call

2011-03-18 Thread Michael Ströder
Rahul Amaram wrote: > I would like to know if it possible to modify multiple dns at once i.e. > via a single modify_s request. Yes, if you mean (multiple) DN-valued attribute values in a single entry. No, if you mean the DNs of multiple entries. > I might need to update about 10,000 entries and