I'm using Kerberos for authentication, and everything has been working as expected so far (except the SAC auth, but that's a story for a different day). The reason I'm writing though is because I'm getting some interesting messages from the Scalix Server Monitor, which I run every 12 hours, 7am, 7pm.
Basically, I'm getting a mixture of the following errors, with the incorrect digest being the most common. We're talking about 350-450 lines per 12 hours.
Code: Select all
SASL(DEBUG): DIGEST-MD5 server step 1
SASL(DEBUG): DIGEST-MD5 server step 2
SASL(FAIL): realm changed: authentication aborted
SASL(FAIL): incorrect digest response
Are there any ideas as to how I can find out what exactly is throwing these errors? That should then help me lead me to solving the problem.
Using Scalix 10.0.1 on RHEL4.
Thanks!
-Mike