|
Transfer accounts from Samba to Windows
|
|
| · | Properties transferred in the example are first name, initials, last name, email address, phone number, account name and password hash.
|
| · | It is easy to transfer other properties by minor modifications to the script, the "ListOfProperties" parameter in the "Data.Get.LD.Find" command contains source properties and each "AD.Account.SetProperty" command contains a property to be written.
|
| · | Extract accounts from a single container, a container including subcontainers, or all accounts in a group, by modifying parameters for the "Data.Get.LD.Find" command.
|
| · | Write accounts to any destination container.
|
| · | A locally installed SSL certificate for Linux.
|
| · | Linux server with OpenLDAP 2.0 or higher, configured to accept SSL connections on port 636.
|
| · | Samba 3.0 (script can be modified for Samba 2.2.x; replace "sambaNTPassword" with "ntPassword" in the "ListOfProperties" parameter fort the "Data.Get.LD.Find" command.
|
| · | Full administrative privileges, superuser "rootdn" enabled in slapd.conf, user name and password in LDAdminAccount and LDAdminPW variables in [Settings].
|
| · | Windows server 2000 or 2003 with Active Directory (script can be modified for NT4; replace "AD.Account.Create" and "AD.Account.SetProperty" with "Account.Create")
|
| · | Full administrative privileges, log on as domain administrator for target domain on local machine (where Admwin executable runs)
|