Hello,
while authenticating SASL fills syslog with lines containing following
strings:
GSSAPI client step 1
GSSAPI client step 1
GSSAPI client step 1
GSSAPI client step 2
I don't think this should be printed at default debug level.
Would it be possible to change priority of this messages to not be
printed by default?
I also tried to work around this problem by creating our own log
callback but it seems to be ignored as logging is called with NULL
context, so no callbacks are searched...if I read the code correctly.
params->utils->log(NULL, SASL_LOG_DEBUG, "GSSAPI client step %d",
text->state);
Thanks for taking time to answer.
Regards,
Pavel Reichl