Ldap – How to migrate user-accounts from OpenLDAP to Active-Directory

active-directoryldapmigrationopenldapuser-management

We want to migrate our user-accounts from OpenLDAP to Active-Directory without
changing the passwords and such. The users shouldn't notice the difference against which server they're authenticating then.

How-to-create-active-directory-user-account-with-powershell is a very interesting approach, but since the passwords are stored encrypted it is not working for us.

What are possible solutions / setup for our task?

OpenLDAP Version: 2.1 on SuSE, Windows Server 2008

Best Answer

Unlikely you'll be able to get the passwords out of OpenLDAP unless it operates in a manner different than the typical directory.

What some customers do in this scenario is stand up a middle layer for authentication that first checks the user's password against the source and then writes it to AD if it is valid prior to authenticating them. If you do this with a few key services, over a short period of time you'll capture most of the passwords.