Re: Client did not provide authentication data (H5 Samsung Galaxy S3 4.1.2/ Nexus 7 4.2.2))
Michael J Rubinsky <[email protected]>
| Newsgroups | gmane.comp.horde.sync |
|---|---|
| Message-ID | <20130321131736.Horde.7JZq3nqQSgs1WBu-TMrcaQ3@h4.theupstairsroom.com> |
Quoting primaxx <[email protected]>: > 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) [email protected] -- sync mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
smime.p7s
(application/pkcs7-signature, 5.9 KB) - not displayed