On Wed, Apr 25, 2012 at 09:50:20AM +0100, Kris Weston wrote:
thanks for your help dennis...
Indeed, it seems some of your users try to authenticate with a username without the '@domain' part.
You can either try to make your users comply or you can use auth_default_realm in your config:
in this case the users are me :) same username every time i connect, but each time i see a load of db lookups that are different but using this same u variable...
If it's no bug, I doubt it randomly changes the value for %u while the input is the same. So it seems the problem lies somewhere else. And if it is no layer 8 problem it must be the client ;)
# Default realm/domain to use if none was specified. This is # used for both SASL realms and appending @domain to username # in plaintext logins. # #auth_default_realm =
ahhh, ok. only i have multiple domains, so how does that werk ? just put em all in ?
IIRC no, you can only name one default.
Dennis