Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujintao authored Apr 3, 2018
1 parent c452e21 commit c92a84a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
目前只做了单向同步。
钉钉管理后台新增员工账号都会同步到AD域,删除账号在AD域会自动停用该账号。
组织架构会以组的行式同步到AD域。
使用方法:
./dingAdsync
默认会读取当前目录下的 dingAdsync.conf 配置文件,其它目录加-c 参数。


配置文件格式:
[dingding]

corpId="xxxx"
corpSecret="xxxx"
noteappid="123456"
目前只做了单向同步。
钉钉管理后台新增员工账号都会同步到AD域,删除账号在AD域会自动停用该账号。
组织架构会以组的行式同步到AD域。
使用方法:  

  ./dingAdsync
默认会读取当前目录下的 dingAdsync.conf 配置文件,其它目录加-c 参数。

配置文件格式
[dingding]
corpId="xxxx"
corpSecret="xxxx"
noteappid="123456"

[domain]
[domain]

domain="DRIXMT.LOCAL"
server="srv01-w12r2"
mainou="K-Think"
account="[email protected]"
password="[email protected]"
ldapssl=true
domain="DRIXMT.LOCAL"
server="srv01-w12r2"
mainou="K-Think"
account="[email protected]"
password="[email protected]"
ldapssl=true



0 comments on commit c92a84a

Please sign in to comment.