Create the Micro Focus AD format schema extension LDIF file (enter this and all other commands on a single line):
mfds -L "CN=Schema,CN=Configuration,domain-DN" 1 mfds-schema.ldf
This will create the file mfds-schema.ldf.
Import MF schema extensions into AD:
ldifde -i -f mfds-schema.ldf -s servername -k -j .
If you are updating a remote AD server, this command may take a minute or two.
ldifde -i -f ms-user-plus-mto.ldf -s servername -k -j . -c "DC=X" "CN=Schema,CN=Configuration,domain-DN"