lework.github.io icon indicating copy to clipboard operation
lework.github.io copied to clipboard

2019/07/25/openldap-to-ad/

Open utterances-bot opened this issue 6 years ago • 7 comments

使用lsc同步openldap和ad之间的用户和组

使用lsc项目同步openldap与AD之间的用户信息什么是LSC?Ldap同步连接器通过在源和目标引用之间读取,转换和比较这些数据来同步来自任何数据源(包括数据库,LDAP目录或文件)的数据。然后,可以使用这些连接器将数据源连续同步到目录,进行单次导入或仅通过输出CSV或LDIF格式报告来比较差异。LSC提供了...

https://lework.github.io/2019/07/25/openldap-to-ad/

utterances-bot avatar Feb 21 '20 06:02 utterances-bot

OpenLDAP Linux主机是否必须是台Master or Slave,才能与域控相互同步人员信息?若Linux主机使用Openldap nslcd服务认证,能否使用该篇lsc技术与AD进行信息互传?

jimmyxu07 avatar Feb 21 '20 06:02 jimmyxu07

七月 25 16:12:20 - ERROR - Defined configuration location (/etc/lsc/ad2openldap) points to a non existing LSC configured instance. LSC configuration loading will fail ! Error: java.lang.RuntimeException: Defined configuration location (/etc/lsc/ad2openldap) points to a non existing LSC configured instance. LSC configuration loading will fail ! java.lang.RuntimeException: Defined configuration location (/etc/lsc/ad2openldap) points to a non existing LSC configured instance. LSC configuration loading will fail ! at org.lsc.Configuration.setUp(Configuration.java:474) at org.lsc.Configuration.setUp(Configuration.java:456) at org.lsc.Launcher.run(Launcher.java:205) at org.lsc.Launcher.launch(Launcher.java:158) at org.lsc.Launcher.main(Launcher.java:141)

renziyou avatar Jul 25 '20 08:07 renziyou

openldap同步到ad的时候,获取属性userPassword的密码是密文,想写入ad密码的时候AD.getUnicodePwd只能使用明文,同步不了。有没有办法实现openldap的加密密码同步给ad呢

liuyanmei069 avatar Nov 01 '21 10:11 liuyanmei069

如何将openldap用户的密码也同步到AD里面尼

wangchong603 avatar Nov 23 '21 03:11 wangchong603

openldap 用户和组都有同步到AD 。但组成员都没有同步过来。

wokula99 avatar Sep 20 '22 03:09 wokula99

只同步到AD域组信息,用户信息报错Starting sync for a-PeopleSyncTask Apr 06 02:41:03 - ERROR - Empty or non existant source (no IDs found),这个错误该怎么解决

Chonghaolong avatar Apr 06 '23 10:04 Chonghaolong

使用 Active Directory 对用户进行 LDAP 身份验证(OpenLDAP 直通) 概念:用户登录,OpenLdap检查用户密码字段(userPassword),如果它的格式:OpenLdap通过saslauthd服务对用户进行身份验证,saslauthd服务器连接到AD并返回结果。{SASL}[email protected] 似乎同步的效果不如saslauthd,openldap转发到AD验证。

jackadam1981 avatar Jul 15 '23 22:07 jackadam1981