I'm working on customize profile attributes as per this link. I did the ditto same as per that link but I'm not successful.
Short description of what I have done
Add below content in /root/openam/config/xml/amUser.xml under user node
<AttributeSchema name="customAttribute" type="single" syntax="string" any="display" i18nKey="Custom Attribute"> </AttributeSchema>
Delete iPlanetAMUserService
$ /opt/openam-tool/openam/bin/ssoadm delete-svc --adminid amadmin --password-file /tmp/pwd.txt --servicename iPlanetAMUserService
Create iPlanetAMUserService
/opt/openam-tool/openam/bin/ssoadm create-svc --adminid amadmin --password-file /tmp/pwd.txt --xmlfile /root/openam/config/xml/amUser.xml
Add scchema definitions as per the link
$ /root/openam/opends/bin/ldapmodify --port 389 --hostname frock.gworks.mobi --bindDN "cn=Directory Manager" --bindPassword gworks.mobi1 --filename /tmp/custom-attr.ldif
Top realm -> data store -> embeddj-> Add customObjectclass & customAttribute
To Allow Users To Update the New Attribute
$ sh /root/openam/opends/bin/control-panel
In step 6 I can't find iPlanetAMPolicyService for edit sun-key value
Easy for your reference https://postimg.org/image/it7ovadwh/
can you please help me to proceed further?