Source: davical Version: 1.0.2-1 Severity: important Tags: upstream
Hi. a) What is THE right way to set using the HTTP Basic Auth from (e.g.) Apache? I've seen this in the wiki: - http://wiki.davical.org/w/Configuration_settings#Apache_Module_does_the_Authentication $c->authenticate_hook['server_auth_type'] = 'Basic'; include_once('AuthPlugins.php'); and this: - http://wiki.davical.org/w/Configuration/Authentication_Settings#When_the_Webserver_does_the_authentication $c->authenticate_hook['server_auth_type'] = array('Negotiate','Basic'); The correct way should be documented, the other one dropped. The actual bug report: b) AFAIK, davical "just" looks in the evn var REMOTE_USER for the user. However, when a internal redirect has happened, especially when using PHP as CGI/FastCGI, this seems to be not set at all, but rather the env var "REDIRECT_REMOTE_USER". So please try to use the later, if the former is undefined. Cheers, Chris. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org