I am attempting to remove a couple of custom attributes via the Lawson RM Schema Editor. My understanding is that making the change via the schema editor only puts the change in a “temporary” location and the actual change needs to be generated via ldifgen and then loaded via ldapmodify.
My question is really on the ldifgen command.
Here is the command I am planning on running:
ldifgen xmltoschemaldif RmMeta_Default.xml -f schema.ldif -r reorg.ldif -m update.ldif -D "cn=ldapadmin" -w XXXXXXXXXXX -h xxxxxxxxxxxx.xxxxxx.xxx -p 389 -v
Is this correct? We have numerous other several other custom attributes which we are NOT removing. I question whether I should have the “RmMeta_Default.xml” portion of the command.
Thanks in advance.