Copy data between Novell NDS / eDirectory and Windows AD
Top  Previous  Next


Novell NDS / eDirectory -> Windows AD

Use Data.Get.ND or Data.Get.ND.Find to extract data from Novell.
Use ADpathFind to find AD path for an object from any unique Active Directory property.*
Use AD.Account.SetProperty to write the extracted data to Windows AD.

Novell to Windows script example

Windows AD -> Novell NDS / eDirectory

Use Data.Get.AD or Data.Get.AD.Find to extract data from Windows AD.
Use NDpathFind to find NDS path for an object from any unique eDirectory property.*
Use Nov.DS.Object.SetProperty to write the extracted data to Novell.

Windows to Novell script example

*) Name, telephone number, email address or some other property must have the same unique value for an object in both AD and eDirectory in order to automatically synchronize data.