Re: XMLRPC Woes

2009-10-21 Thread Brian Bouterse
The second of the two cases are occurring, and it would appear the $authtype is not being set. I have commented out the statements in the else{} at the bottom so it would not bail even if it doesn't find an auth type. Now VCL is returning an HTTP error 500 when I make a call to XMLRPCtest

Re: XMLRPC Woes

2009-10-21 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, You're hitting "printXMLRPCerror(6);" in utils.php, function checkAccess. That makes me think one of 2 things: (1) in conf.php, for your "Local Account" entry in $authMechs, "type" is not set to "local" (case important) or (2) the foreach

XMLRPC Woes

2009-10-21 Thread Brian Bouterse
I am trying to drive VCL via XMLRPC and am having a lot of trouble. I have correctly attached the X-User, X-Pass, and X-APIVERSION headers along with my HTTP transport, with the following values: X-User: ad...@local X-Pass: thecorrectpassword X-APIVERSION is correct I know most of it's wo