I don't know if i'm doing something wrong but i don't get any logs after enabling phpCAS::setDebug($filename). Here is what i did:
I went to /usr/share/egroupware/login.php and search for the CAS section
that begins with:
//CAS:
if($GLOBALS['egw_info']['server']['auth_type'] == 'cas')
{
ob_end_clean();
require_once(CAS/CAS.php);
phpCAS::setDebug('phpcas.log');
[...]
But altough i got the log file created, it's empty. It isn't doing any
loggin at all.
Any ideas?
On Wed, 2010-09-15 at 18:55 +0200, Joachim Fritschi wrote:
> Please enable the phpCAS debug log:
>
> phpCAS::setDebug($filename);
>
> Please review it yourself and post the results. This is the only way to
> solve these kinds of integration problems without access to a similar
> system ;).
> The debug log is extra verbose and designed to debug these kinds of
> issues remotely.
>
> Regards,
>
> Joachim
>
> Am 14.09.2010 18:03, schrieb Joel Rosental R.:
> > Hi,
> >
> > I've installed egroupware 1.6 in a Debian machine and configured it to
> > perform CAS authentication, when i type in my browser
> > http://mydomain.com/egroupware) it redirects me to CAS web portal where
> > i put my login and password. After this, i get an error like this:
> >
> > Unable to load page
> >
> >
> > Problem occured while loading the URL
> > http://mydomain/egroupware/login.php?cd=10&phpgw_forward=%
> > 2Findex.php&ticket=ST-359-6TR4AhjG1KfeQMfZkUM2-cas
> >
> > Too many redirects
> >
> >
> > or
> >
> > This webpage has a redirect loop.
> > The webpage at http://mydomain/egroupware has resulted in too many
> > redirects. Clearing your cookies for this site or allowing third-party
> > cookies may fix the problem. If not, it is possibly a server
> > configuration issue and not a problem with your computer.
> >
> >
> >
> > As far as i understand, egroupware by default makes some kind of
> > redirection from login.php to index.php and maybe some weird things with
> > redirects and that is creating a loop.
> >
> > Any ideas?
> >
> >
>
>
signature.asc
Description: This is a digitally signed message part
