Quote:
|
Originally Posted by kenzoida Hi Kevin, is there anything else I can try? I've reinstalled several times but am still stuck at the same point during LDAP setup. thx. |
still getting error on Mac OS X after installation
The place to perform the edits is after package installation (after apple's installer exits) and prior to running zmsetup.pl - make the edit to the file /opt/zimbra/bin/ldap:
Change
Code:
sudo /opt/zimbra/openldap/libexec/slapd -l LOCAL0 -4 -u zimbra -h "ldaps:// ldap://:389/" \
-f /opt/zimbra/conf/slapd.conf to
Code:
sudo /opt/zimbra/openldap/libexec/slapd -l LOCAL0 -4 -u zimbra -h "ldap://:389/" \
-f /opt/zimbra/conf/slapd.conf