Hello, I need to update multiple entries in single LDAP modify request for a particular object class.
Otherwise I need to first search all the contact and then update one by one. In my case I want to update “ l ” parameter. l: mysite
à
l: newsite Is there any way to update it in single LDAP modify request. dn: cn=test1,ou=comp,ou=people,dc=example,dc= com contactCompany: comp objectClass: cmmContact l: mysite dn: cn=test2,ou=comp,ou=people,dc= example,dc= com contactCompany: comp objectClass: cmmContact l: mysite dn: cn=test3,ou=comp,ou=people,dc= example,dc=com contactCompany: comp objectClass: cmmContact l: mysite P.S.: I am new to OpenLDAP. Thanks & Regards, Shashi Ranjan |