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. Use the latest WS03 build MFDS (1.06.11 or later) for this operation to ensure you have the latest schema definitions.
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. When it's done, remember to rename the log files, as described above.