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
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
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