Izzy Blacklock <izzyb@xxxxxxxxx> schrieb:
>Well, I've managed to learn that my problem isn't with authentication.
> I can
>log in just fine if I set ldap auth, but leave accounts to sql. I
>further
>verified that even when accounts are stored in LDAP, the user
>authentication
>is successfull.
>
>The problem lies elsewhere. After authentication, what happens next
>in the
>login process? I end up with the login prompt back after the browser
>spins
>it's wheels for a bit.
Have a look at login.php. Line 217. It begins with
$GLOBALS['sessionid'] = $GLOBALS['phpgw']->session->create
This where you session becomes created. In the following if-loop it gets
checked if the creation of your session was successfull.
Just add some debug output(print "(not) failed<br>";) into both if parts.
Cu
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|