為避免安全風險,未配置導出配置檔案(config.xml)中的綁定密碼欄位。 在將配置檔案導入另一個系統之前,請確保配置此密碼。 此口令將覆蓋儲存在資料庫中的現有口令。 空口令不會覆蓋現有的非空口令值。
在管理控制台中,按一下「設定>使用者管理>設定>匯入和匯出設定檔」。
要將當前配置設定導出到檔案,請按一下「導出」(Export),然後將配置檔案保存到其他位置。
在檔案中,找到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
的值,並保存您所做的更改。
若要匯入更新檔案,請在「使用者管理」中按一下「設定>匯入和匯出設定檔」。
按一下「瀏覽」以尋找檔案,按一下「匯入」,然後按一下「確定」。