You're viewing help content for version:
- 6.4
- 6.3
- 6.2
- Older Versions
To avoid security risks, the bind password field in the exported configuration file (config.xml) is not configured. Before you import the configuration file into another system, ensure that you configure this password. This password overrides an existing password that is stored in the database. A null password does not override an existing non-null password value.
-
In the file, locate the Domains > [Your domain name] > DirectoryConfigs > LDAPGroupConfig node. Here is an example:
<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>
-
In the file, locate the Domains > [Your domain name] > DirectoryConfigs > LDAPGroupConfig > LDAPUserConfig node. Here is an example:
<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>