summaryrefslogtreecommitdiff
path: root/extlib/Auth
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-08 13:32:18 -0800
committerBrion Vibber <brion@pobox.com>2010-03-08 13:32:18 -0800
commit7e7d88831cf8b3e8876499b86890da2e63b08c97 (patch)
tree1ca3cdfff39981206b3bf04702f059406db7a0c4 /extlib/Auth
parent217ad420ac8085fe620235dfc47bea27e4ac75dc (diff)
CentOS 5.4 still bogus on a stock install.
Diffstat (limited to 'extlib/Auth')
-rw-r--r--extlib/Auth/OpenID/Consumer.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/extlib/Auth/OpenID/Consumer.php b/extlib/Auth/OpenID/Consumer.php
index 500890b65..130fe0713 100644
--- a/extlib/Auth/OpenID/Consumer.php
+++ b/extlib/Auth/OpenID/Consumer.php
@@ -966,6 +966,9 @@ class Auth_OpenID_GenericConsumer {
// framework will not want to block on this call to
// _checkAuth.
if (!$this->_checkAuth($message, $server_url)) {
+ var_dump($message);
+ var_dump($server_url);
+ var_dump($this);
return new Auth_OpenID_FailureResponse(null,
"Server denied check_authentication");
}