Hi,
I'm trying to do a slapcat to backup LDAP using the old command line
Code:
/opt/zimbra/openldap/sbin/slapcat -f /opt/zimbra/conf/slapd.conf -b '' -l /tmp/ldap.ldif
and it doesn't work. Looking at the problem I realized that now LDAP uses the config LDIF
Code:
/opt/zimbra/data/ldap/config
Can we safely remove /opt/zimbra/conf/slapd.conf and slapd.conf.in?
They are just confusing, may be a simple "slapd.conf.README" file saying "use -F /opt/zimbra/data/ldap/config" would be more useful.