Closed (fixed)
Project:
Services
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2009 at 21:43 UTC
Updated:
13 Jun 2009 at 19:47 UTC
I have read all the documents and tutorials, also granted all the permissions for all the users.
However, on the service Browse page, I got "Authentication failed: 1" for any service I tested.
Is there any misconfiguration?
Comments
Comment #1
marcingy commentedWhat autheciation method are you using?
Comment #2
skyredwangI tried No Authentication, and Key Authentication. But all I got back was "Authentication failed:1"
Comment #3
marcingy commentedBy no authenciation do mean setting keys and sess id to be off?
With keys did you set up a key called localhost and enable permissions on the key to access methods?
I can't replicate the issue you are having.
Comment #4
marcingy commentedI think I have found the issue after speaking to someone else who uses the module.
Under the current release if no authenication is enabled the module will automatically fail on authenication. If you want to run with no authenication, disable keys and sess id. There is a patch at moment http://drupal.org/node/465546 which needs review which will actually introduce an explict no authenication method.
Comment #5
marcingy commented