elSpike wrote:
> I have tried the fix suggested in bug 77 (i think it was
> that) where you expand the template. But this does not do
> anything.
Do you mean this bug, it sounds a bit different to the one you describe (see below).
Also this issue re backup2ws, don't know if you are running into the restore issue problem.
http://forums.contribs.org/index.php?topic=17397.msg67744#msg67744Regs
Ray
LDAP not working after domain name change
Applies to version: 5.6
Fixed in version:
Problem: The LDAP server is not correctly reconfigured after changing the domain name from the console. This causes failures in webmail and other applications which access the LDAP database.
Workaround: # stop ldap
/etc/rc.d/init.d/ldap stop
# remove old ldap data
rm /home/e-smith/db/ldap/*ldif
rm /var/lib/ldap/*
# rebuild directory from scratch
/etc/e-smith/events/actions/ldap-rebuild
# start ldap
/etc/rc.d/init.d/ldap start