30 Dec
2005
30 Dec
'05
8:55 p.m.
On Fri, 2005-12-02 at 16:37 +0100, David Coppa wrote:
Is there a way to specify, in the dovecot-ldap.conf file, where to look for the client certificate and key files? Or maybe make dovecot parse the ldaprc file under /etc?
Doesn't /etc/ldap/ldap.conf get parsed also with Dovecot?
If not, what if you add to src/auth/main.c line 207 (just before lib_signals_init()):
putenv("LDAPCONF=/etc/ldap/ldap.conf");