Difference between revisions of "Error with disclaimer when 'ldap url' contains more than one LDAP server"
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
__FORCETOC__ | __FORCETOC__ | ||
<div class="col-md-12 ibox-content"> | <div class="col-md-12 ibox-content"> | ||
− | = | + | =Error with disclaimer when 'ldap_url' contains more than one LDAP server= |
− | {{KB|{{ZC}}|| | + | {{KB|{{ZC}}|{{ZCS 8.6}}|{{ZCS 8.5}}|{{ZCS 8.0}}|}} |
− | {{ | ||
====Problem==== | ====Problem==== | ||
Line 44: | Line 43: | ||
− | + | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" | |
+ | |'''Submitted by''': Heera Singh Koranga | ||
+ | |} | ||
− | + | {{Article Footer||}} |
Latest revision as of 10:56, 3 November 2021
Contents
Error with disclaimer when 'ldap_url' contains more than one LDAP server
Problem
Unable to configure domain disclaimer if more than one ldap server entries exist in the ldap_url. Altermime throwing below error while generating disclaimer files :
./libexec/zmaltermimeconfig -e DOMAIN.COM
Error connecting to LDAP server: ldap://ldap1.DOMAIN.COM:389 ldap://ldap2.DOMAIN.COM:389 at ./libexec/zmaltermimeconfig line 63, line 751.
Solution
See the following steps to fix this problem, and using these steps there is no need to restart any service.
Step 1
Check LDAP server entries in localconfig:-
zmlocalconfig ldap_url
Output:-
ldap_url = ldap://ldap1.DOMAIN.COM:389 ldap://ldap2.DOMAIN.COM:389
Step 2
Remove second LDAP server entry from ldap_url. There is no need to restart any service for this change.
zmlocalconfig -e ldap_url="ldap://ldap1.DOMAIN.COM:389"
Step 3
Now generate domain disclaimer files for altermime:-
./libexec/zmaltermimeconfig -e DOMAIN.COM
Step 4
After generating domain disclaimer files revert ldap_url entries:-
zmlocalconfig -e ldap_url="ldap://ldap1.DOMAIN.COM:389 ldap://ldap2.DOMAIN.COM:389"
Note :
There is a bug for this issue, which affecting v8.0.x, v8.5.x and v8.6. https://bugzilla.zimbra.com/show_bug.cgi?id=84003
This bug fixed on v8.7.0.
Submitted by: Heera Singh Koranga |