[OGo-Evolution] ogo & evo

Erik Romijn evolution@opengroupware.org
Thu, 11 Nov 2004 11:17:40 +0100


On Thu, 2004-11-11 at 11:03 +0100, Davide Corio wrote:
> Il giorno gio, 11-11-2004 alle 09:33 +0100, Erik Romijn ha scritto:
> Now, I have this problem,
> Evo2 answer with:
> 
> ****************************************************
> Could not authenticate to sYou should enter exactly the same as in the WebUI.erver.
> 
> This probably means that your server requires you
> to specify the Windows domain name as part of your
> username (eg, "DOMAIN\user").
> 
> Or you might have just typed your password wrong.
> 
> Enter password for OpenGroupware
> ****************************************************
>

All the output seems like a 'normal' wrong password/username.
Normal begin of login procedure:
- Connector does an unauthenticated GET
- ZideStore replies with a 401 Authorization Required
- Connector does an authenticated GET with the credentials the user
entered
- ZideStore replies with a 200 OK
- .....

As ZideStore still replies with a 401 with the credentials provided by
connector the most likely cause is that they are simpy wrong.

> [LOG[C7088]] Got line from EXC:
> GET /zidestore/so/davide.corio@redomino.com/ HTTP/1.1

If I understand this correctly you're trying to login with
davide.corio@redomino.com right?
Is this the same username you enter in the OGo WebUI? I've never seen
OGo usernames written like that. You should just use the same login as
in the OGo WebUI.

Greetings,
Erik