Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read authentication from $REMOTE_USER (#202)
This change allows other authentication methods than HTTP Basic Auth with Apache. httpd puts user information (e.g when using SSLVerifyClient and SSLUserName) into $REMOTE_USER, which is not picked up by PHP's basic auth variables.
- Loading branch information