[Date Prev][Date Next] [Chronological] [Thread] [Top]

adding an attribute.



Dear List:

I use openldap 2.2.13 on RHEL and having 4000+ entries.

I have the following requirement.

1. Add one attribute for all the records.
2. Set a value to it, which is already set for another attribute of the same record.


A SQL command of the following type would have done this job, if my data was in SQL.

update data
set newattr=oldattr;

Is there any equivalent Openldap command, which can be used to do this.

Regards,

Anant Athavale.