首页 > 代码库 > SharePoint User Profile Services Application之(二) 配置同步连接(Synchronization Connections)

SharePoint User Profile Services Application之(二) 配置同步连接(Synchronization Connections)

User Profile Service配置同步连接 


User Profile Service Application创建好了之后,下一步要做的就是把AD里面的user同步进来。当然,除了AD之外,还支持其他类型的数据源,比如数据库,或者BCS等。这里只介绍AD。

 

进入到User Profile Service Application 的管理界面,点击Configure Synchronization Connections:

技术分享

在打开的页面点击Create New Connection:

技术分享

在新建Connection的页面,输入域名,有权限(Replica Directory Changes)访问域的account,然后点击Populate按钮,就会把域里面的组织结构显示出来,选择项同步到SharePoint里面的组织。

技术分享

点击Ok,回到User Profile Service Application的管理页面,点击Start ProfileSynchronization,开始同步。同步完毕之后,再右上角会显示User Profile数:

技术分享

这表示同步成功了。

点击Manage User Profiles,查看同步进来的User Profile:

 技术分享

SharePoint User Profile Services Application之(二) 配置同步连接(Synchronization Connections)