Displaying 1 result from an estimated 1 matches for "sasl_server_reply_auth_aborted".
2011 Mar 12
1
SASL abort causes 5s delay, triggered by UW libc-client
...from
Debian lenny does not delay at this point.
I am lost as how to get around this without changing the code. The
"nodelay" parameter can not be used with PAM passdb, according to the
documentation.
I would be inclined to call always call client_auth_failed with
nodelay=TRUE in the SASL_SERVER_REPLY_AUTH_ABORTED case.
Arne Nordmark
Config:
# 1.2.15: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0 ext3
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap
listen: *, [::]
ssl_ca_file: /etc/ssl/certs/mechca_cert.pem
ssl_cert_file: /etc/ssl/certs/ano4/ano4_crt.pem
ssl_key_file: /etc/ssl/ce...