I am trying to add a User Custom attribute in openam and it's embedded opendj. I followed their instructions in link : https://backstage.forgerock.com/#!/docs/openam/12.0.0/dev-guide/chap-custom-attr which involves :
Updating Opendj Schema for the new attribute
Updating the iPlanetAmUserService with the new custom attribute
And to allow Users To Update the New Attribute, in OpenAM.
We want to automate this entire process using cli's or by updating a file, I am able to achieve Step 1 & 2 with cli. But for Step 3, it either requires control-panel or Apache Studio Directory which are GUI based. I am trying to find the best option to achieve the Step 3 automation via cli or by updating configs. Appreciate your advices..