# pipeline **Repository Path**: mango-lab/pipeline ## Basic Information - **Project Name**: pipeline - **Description**: 用于LDAP、企业微信、钉钉的组织用户的生命周期同步 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2021-04-08 - **Last Updated**: 2022-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pipeline #### 介绍 pipeline寓意管道、通道,用于LDAP、企业微信、钉钉的组织用户的生命周期同步管道 #### LDAP query base - 指定搜索应在其中开始的LDAP树中的根DN。 searchScope - 指定搜索应该遍历的LDAP树的深度。 attributes - 指定要从搜索中返回的属性。默认是全部。 countLimit - 指定从搜索返回的最大条目数。 timeLimit - 指定搜索可能需要的最长时间。 Search filter  - 我们正在查找的条目必须符合的条件。 #### LDAP 名词解释 o– organization(组织-公司) ou – organization unit(组织单元-部门) c - countryName(国家) dc - domainComponent(域名) sn – suer name(真实名称) cn - common name(常用名称) #### 同步流程 1、获取zfLDAP库数据 2、group数据,比对添加新库 3、人员数据,比对,新增或修改或删除,更新到新库 4、添加消息队列消息