We ran into an issue with the combination of Apache2, PHP and cosign, in which the REMOTE_USER wouldn't be logged in the Apache2 request logs. REMOTE_USER is available to the PHP scripts, but was getting stripped from the request before Apache logged it. I tracked the bug down to a problem in mod_php5 for Apache2. You can find the patch here:
http://bugs.php.net/bug.php?id=46005 The bug does not affect Apache 1.x. andrew ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
