IMAP authentication via LDAPS

Andrew Morgan morgan at orst.edu
Thu Oct 6 16:02:33 EDT 2005


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



More information about the Info-cyrus mailing list