On 2016-04-06 16:19, Benning, Markus wrote:
In sasl.h:#define SASL_FAIL -1 /* generic failure */ Could this one be added to the AUTH_TEMP case?
Could it be that the libsasl uses SASL_FAIL also in case of a wrong password?
In this case i think it would be an error in libsasl. It instead should return#define SASL_UNAVAIL -24 /* remote authentication server unavailable */
Markus -- https://markusbenning.de/