until we have a way of injecting zimlet through ui, you can do this:
- open conf/localconfig.xml
- search for this key: zdesktop_installation_key
- duplicate the above key and rename ***the duplicate** to "zimbra_ldap_password"
- save the file and restart ZD (you have to shutdown the backend service and restart it)
for example, you should have these lines in conf/localconfig.xml after the editing:
<key name="zdesktop_installation_key">
<value>xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</value>
</key>
<key name="zimbra_ldap_password">
<value>xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx</value>
</key> |