From: Michael S. <mi...@st...> - 2011-03-18 12:49:36
|
Rahul Amaram wrote: > I am looking for something like this. > > dn: cn=User1,dc=example,dc=com > changetype: modify > replace: mail > mail: us...@ex... > > dn: cn=User2,dc=example,dc=com > changetype: modify > replace: mail > mail: us...@ex... > > dn: cn=User3,dc=example,dc=com > changetype: modify > replace: mail > mail: us...@ex... > > 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. |