Hi, I was using nntptest to test a Cyrus NNTP server with Kerberos enabled. It didn't work at first because nntptest didn't send the initial challenge. I had look at the code and saw that sasl_client_start() doesn't return anything because the value of sasl_cmd->maxlen is too short. I set it to USHRT_MAX and worked.
Not sure if there is a good reason to set it to 512 or it's just a simple bug. Regards, Diego -- Diego Woitasen