hi

Is there a good reason for the Lookup being before the authentication (I mean in_authenticate) ?
This way, if the user sends a wrong username, it will get the message "Could not determine server", instead of an "Authentication failure".

I'm planning to make a single authentication request and retrieve, in addition to the authentication, information to be used on the Lookup.

Gustavo