mfds -e root DN user partition DN group partition DN resource partition DN schema format ldif-filename sec-path
root DN | The application partition to which all of the exported entries will be assigned. |
user partition DN | The name of the container within the application partition to which the exprted users will be assigned. |
group partition DN | The container within the application partition to which the exported groups will be assigned. |
root DN | The container within the application partition to which the exported resource definitions will be assigned. |
schema format | Values: 1 = Active Directory (Default), 2 = OpenLDAP. |
sec-path | The location of the MF Directory Server repository. |
For example, the following command exports MF Directory Server users, groups and resources to an Active Directory compatible LDIF file.
mfds -e "CN=Micro Focus,CN=Program Data,DC=local" "CN=Enterprise Server Users" "CN=Enterprise Server Groups" "CN=Enterprise Server Resources" 1 mfdsusers.ldf
"CN=Micro Focus,CN=Program Data,DC=local" | specifies the application partition to which all exported entries will be assigned |
"CN=Enterprise Server Users" | specifies the container within the application partition to which the exported users will be assigned |
"CN=Enterprise Server Groups" | specifies the container within the application partition to which the exported groups will be assigned |
"CN=Enterprise Server Resources" | specifies the container within the application partition to which the exported resource definitions will be assigned |
Related topics:
Guides
General tasks
Active Directory and ADAM tasks
OpenLDAP tasks