安装和升级 > 安装和配置 PTC FlexPLM > 导出用户和组 > 使用 Windchill DS 控制面板
  
使用 Windchill DS 控制面板
以下部分提供有关如何查找并打开 Windchill DS 控制面板的示例,以及示例中使用的 people 节点的可选位置。
Windchill DS 控制面板可执行文件可以从以下位置获取︰WindchillDS\server\bat\control-panel
1. 要访问 LDAP 信息,请使用 cn=<Manager> 和相应的密码进行登录。
2. “目录数据”部分下的边栏中,单击“管理条目”
3. 要查看 people 节点的路径,请向下浏览服务器实例的树。
4. 通过单击每个 people 节点记下节点路径。可能在多个节点 (例如,管理 LDAP 和企业 LDAP) 下拥有内容。
示例:
ou=people,cn=AdministrativeLdap,cn=serverName,o=ptc
ou=people,cn=EnterpriseLdap,cn=serverName,o=ptc
5. 要执行导出操作,请使用命令行工具导出和导入数据。有关如何使用 Windchill DS 导出和导入数据的逐步说明,请参阅 https://java.net/projects/opends/pages/2_2_CommandLineUsageGuide。此链接包含导入和导出 Windchill DS 数据前后所需的特定步骤。
导出示例︰
export -ldif -includeBranch"ou=people,cn=EnterpriseLdap,cn=SourceServerName,o=ptc”
-backendID userRoot -replaceExisting -ldifFile UserGroupExport.ldif
导入示例︰
import -ldif -includeBranch“ou=people,cn=EnterpriseLdap,cn=TargetServerName,o=ptc”
-backendID userRoot -replaceExisting -ldifFile UserGroupExport.ldif