[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Integrate Openldap and Windows Active Directory Server



Thanks a Lot Clement. I will go through it and ask questions here if i have any during setup.

Regards,

Kaushal

On Tue, 17 Nov 2015 at 16:17 Clément OUDOT <clem.oudot@gmail.com> wrote:
2015-11-16 13:45 GMT+01:00 Kaushal Shriyan <kaushalshriyan@gmail.com>:
Hi,

Is there a way to integrate Openldap ldap server with Windows Server Active Directory wherein AD will act as Authentication and Openldap will be setup for Authorization?

Any help will be highly appreciable.


Hi,

you can configure OpenLDAP to delegate authentication to AD, either trough GSSAPI, either with SASL passwords. For the last solution, see http://ltb-project.org/wiki/documentation/general/sasl_delegation

I also often synchronize OpenLDAP and AD thanks to LSC project, see http://lsc-project.org/wiki/documentation/tutorial/openldaptoactivedirectory

Clément.