开发者

keeping OpenLDAP and Active Directory in sync (windows server 08R2)

开发者 https://www.devze.com 2022-12-30 13:03 出处:网络
I\'ve got a Windows Server box running AD, and a CentOS box running OpenLDAP in a mixed windows Lin开发者_运维问答ux network and I want to keep the two in sync. Preferably using free software/just som

I've got a Windows Server box running AD, and a CentOS box running OpenLDAP in a mixed windows Lin开发者_运维问答ux network and I want to keep the two in sync. Preferably using free software/just some configuration changes. anyone know how to make these 2 authentication systems play nice? any syncing would have to be done over SSL for security reasons.


I use a home-grown perl script, which sync one-way from AD to LDAP via SSL. It is very custom and very rigid. I walked the same path 6 months back looking for tools to sync but none fits our needs. Well actually there isn't any that does sync without breaking

So my answer is get a scripting guy and give him the requirements and a months paycheck. Seriously, it is best done in-house than spend time looking for one and molding to your needs.

Perl has good libraries and has worked very well for us. We migrated from OpenLDAP to 389-DS which already has windowsSync plugin.(Hope that tempts you to switchover). :)

0

精彩评论

暂无评论...
验证码 换一张
取 消