On Thu, 6 Oct 2005, Saltmarsh, Evan M wrote:
I'm having trouble getting LDAPS to work with cyrus. We've been able to get LDAPS to work using stunnel to encrypt the path, but if we change the saslauthd.conf file to point to the LDAPS port, we get the following in our syslog, and it appears the connection to the LDAP server is never established. Oct 6 10:39:34 tst-srvr imaps[25773]: [ID 702911 auth.notice] door call to saslauthd server failed: Interrupted system call Oct 6 10:39:39 tst-srvr imaps[25773]: [ID 702911 auth.notice] door call to saslauthd server failed: Bad file number Anybody else have problems / suggestions on how to get LDAPS authentication to work?
Try running strace (linux) or truss (solaris) on the saslauthd master process and the cyrus master process. You'll want to have strace/truss follow forks. The system calls near these error message will probably expose the problem.
Andy ---- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html