為避免安全風險,未配置導出的配置檔案(config.xml)中的綁定密碼欄位。 將配置檔案導入其他系統之前,請確保配置此密碼。 此密碼將覆蓋儲存在資料庫中的現有密碼。 空密碼不會覆蓋現有的非空密碼值。
在管理控制台中,按一下「設定>使用者管理>設定>匯入和匯出設定檔」。
要將當前配置設定導出到檔案,請按一下「導出」並將配置檔案保存到其他位置。
在檔案中,找出 Domains
> [您的網域名稱] > DirectoryConfigs
> LDAPGroupConfig
節點。 以下是範例:
<node name="LDAPGroupConfig">
<map>
<entry key="bindanonymously" value="false" />
<entry key="basedn" value="dc=corp,dc=adobe,dc=com" />
<entry key="batchSize" value="200" />
<entry key="binduser" value="cn=Directory Manager" />
<entry key="bindpassword" value="" />
</map>
輸入 bindpassword
並儲存您的變更。
在檔案中,找出 Domains
> [您的網域名稱] > DirectoryConfigs
> LDAPGroupConfig
> LDAPUserConfig
節點。 以下是範例:
<node name="LDAPUserConfig">
<map>
<entry key="bindanonymously" value="false" />
<entry key="batchSize" value="200" />
<entry key="basedn" value="dc=corp,dc=adobe,dc=com" />
<entry key="bindpassword" value="" />
<entry key="binduser" value="cn=Directory Manager" />
</map>
輸入 bindpassword
並儲存您的變更。
若要匯入更新的檔案,請在「使用者管理」中按一下「設定>匯入和匯出設定檔」。
按一下「瀏覽」以查找檔案,按一下「導入」,然後按一下「確定」。