0

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?

Saikat
  • 14,222
  • 20
  • 104
  • 125
Roni Baby
  • 91
  • 1
  • 10

1 Answers1

1

Generate an ldif file that adds this attribute to the 300 users, then give this file to ldapmodify.

JnRouvignac
  • 807
  • 5
  • 19