-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
root
committed
Apr 3, 2018
0 parents
commit c452e21
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
目前只做了单向同步。 | ||
钉钉管理后台新增员工账号都会同步到AD域,删除账号在AD域会自动停用该账号。 | ||
组织架构会以组的行式同步到AD域。 | ||
使用方法: | ||
./dingAdsync | ||
默认会读取当前目录下的 dingAdsync.conf 配置文件,其它目录加-c 参数。 | ||
|
||
|
||
配置文件格式: | ||
[dingding] | ||
|
||
corpId="xxxx" | ||
corpSecret="xxxx" | ||
This comment has been minimized.
Sorry, something went wrong. |
||
noteappid="123456" | ||
|
||
[domain] | ||
|
||
domain="DRIXMT.LOCAL" | ||
server="srv01-w12r2" | ||
mainou="K-Think" | ||
account="[email protected]" | ||
password="[email protected]" | ||
ldapssl=true | ||
|
||
|
12313213123