I have a OpenDJ server with 300 users under People OU. I want to update a new attribute in all user profiles. Created that new attribute in this OpenDJ. Is there any script to update this new attribute with its Value in all user accounts?
Asked
Active
Viewed 849 times
1 Answers
1
Generate an ldif file that adds this attribute to the 300 users, then give this file to ldapmodify
.

JnRouvignac
- 807
- 5
- 19
-
Thanks. Worked this :-) – Roni Baby Mar 19 '18 at 12:57
-
Please accept as the best answer if that worked for you. – JnRouvignac Mar 29 '18 at 05:05