[sync] Client did not provide authentication data (H5 Samsung Galaxy S3 4.1.2/ Nexus 7 4.2.2))

Michael J Rubinsky mrubinsk at horde.org
Thu Mar 21 17:17:36 UTC 2013


Quoting primaxx <erol.haagenrud at gmail.com>:

> Michael J Rubinsky wrote
>> You need to find out what the value of $serverVars is in
>> ActiveSync.php's authenticate() method:
>>
>> Horde::debug($serverVars);
>>
>> this will output the value in a file called 'horde_debug.txt' in your
>> server's tmp directory.
>
> Thank you for the response!
> This is a bit embarrasing, but /where, or how/ do I run that command? I
> tried in Terminal as su, but that didn't work. Neither was Google my friend
> here...

You need to find the file Horde/ActiveSync.php. In that file you will  
see a method named authenticate():

public function authenticate()

the first line of that method is something like:

         $serverVars = $this->_request->getServerVars();

right after that line add:

Horde::debug($serverVars);

and try to sync again.

-- 
mike

The Horde Project (www.horde.org)
mrubinsk at horde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6062 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.horde.org/archives/sync/attachments/20130321/ccb0a1eb/attachment.bin>


More information about the sync mailing list